org.apache.jsieve.exception
Class InternetAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jsieve.exception.SieveException
              extended by org.apache.jsieve.exception.InternetAddressException
All Implemented Interfaces:
java.io.Serializable

public class InternetAddressException
extends SieveException

Class InternetAddressException indicates an exceptional condition encountered while evaluating an Internet Address.

See Also:
Serialized Form

Constructor Summary
InternetAddressException()
          Constructor for InternetAddressException.
InternetAddressException(java.lang.String message)
          Constructor for InternetAddressException.
InternetAddressException(java.lang.String message, java.lang.Throwable cause)
          Constructor for InternetAddressException.
InternetAddressException(java.lang.Throwable cause)
          Constructor for InternetAddressException.
 
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

InternetAddressException

public InternetAddressException()
Constructor for InternetAddressException.


InternetAddressException

public InternetAddressException(java.lang.String message)
Constructor for InternetAddressException.

Parameters:
message -

InternetAddressException

public InternetAddressException(java.lang.String message,
                                java.lang.Throwable cause)
Constructor for InternetAddressException.

Parameters:
message -
cause -

InternetAddressException

public InternetAddressException(java.lang.Throwable cause)
Constructor for InternetAddressException.

Parameters:
cause -


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.