mail
Class EncSupplyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mail.EncSupplyException
All Implemented Interfaces:
java.io.Serializable, Message

public class EncSupplyException
extends java.lang.Exception
implements Message

See Also:
Serialized Form

Field Summary
private  java.lang.String extra_description
           
private  boolean fatal
           
private static long serialVersionUID
           
 
Constructor Summary
EncSupplyException(java.lang.String message, java.lang.String extra_description, java.lang.Throwable t, boolean fatal)
           
EncSupplyException(java.lang.String message, java.lang.Throwable t, boolean fatal)
           
 
Method Summary
 java.lang.String getDetails()
           
 boolean hasDetails()
           
 boolean isFatal()
           
 
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
 
Methods inherited from interface mail.Message
getMessage
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

fatal

private boolean fatal

extra_description

private java.lang.String extra_description
Constructor Detail

EncSupplyException

public EncSupplyException(java.lang.String message,
                          java.lang.Throwable t,
                          boolean fatal)

EncSupplyException

public EncSupplyException(java.lang.String message,
                          java.lang.String extra_description,
                          java.lang.Throwable t,
                          boolean fatal)
Method Detail

isFatal

public boolean isFatal()

getDetails

public java.lang.String getDetails()
Specified by:
getDetails in interface Message

hasDetails

public boolean hasDetails()
Specified by:
hasDetails in interface Message