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

Thrown by mail service when an invalid email address is encountered

Author:
Kuali Rice Team (rice.collab@kuali.org)
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)

InvalidAddressException

public InvalidAddressException(String arg0,
                               Throwable arg1)

InvalidAddressException

public InvalidAddressException(Throwable arg0)


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