org.apache.jsieve.exception
Class InternetAddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jsieve.exception.SieveException
              extended byorg.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.
 
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-2008 The Apache Software Foundation. All Rights Reserved.