org.kuali.rice.krad.exception
Class InvalidAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.rice.krad.exception.InvalidAddressException
All Implemented Interfaces:
Serializable

public class InvalidAddressException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidAddressException()
           
InvalidAddressException(String arg0)
           
InvalidAddressException(String arg0, Throwable arg1)
           
InvalidAddressException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAddressException

public InvalidAddressException()

InvalidAddressException

public InvalidAddressException(String arg0)
Parameters:
arg0 -

InvalidAddressException

public InvalidAddressException(String arg0,
                               Throwable arg1)
Parameters:
arg0 -
arg1 -

InvalidAddressException

public InvalidAddressException(Throwable arg0)
Parameters:
arg0 -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.