org.homeunix.thecave.moss.util.crypto
Class IncorrectDocumentFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.homeunix.thecave.moss.util.crypto.IncorrectDocumentFormatException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectDocumentFormatException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
IncorrectDocumentFormatException()
           
IncorrectDocumentFormatException(java.lang.Exception e)
           
IncorrectDocumentFormatException(java.lang.String message)
           
IncorrectDocumentFormatException(java.lang.String message, java.lang.Exception e)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IncorrectDocumentFormatException

public IncorrectDocumentFormatException()

IncorrectDocumentFormatException

public IncorrectDocumentFormatException(java.lang.String message)

IncorrectDocumentFormatException

public IncorrectDocumentFormatException(java.lang.String message,
                                        java.lang.Exception e)

IncorrectDocumentFormatException

public IncorrectDocumentFormatException(java.lang.Exception e)