org.sandev.basics.util
Class SandEncryptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sandev.basics.structs.SandException
              extended byorg.sandev.basics.util.SandEncryptorException
All Implemented Interfaces:
java.io.Serializable

public class SandEncryptorException
extends SandException

A specialized exception for UIFormManagers to complain with.

See Also:
Serialized Form

Constructor Summary
SandEncryptorException()
           
SandEncryptorException(java.lang.String msg)
           
SandEncryptorException(java.lang.String msg, java.lang.Throwable cause)
           
SandEncryptorException(java.lang.Throwable cause)
           
 
Methods inherited from class org.sandev.basics.structs.SandException
getRootCause
 
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

SandEncryptorException

public SandEncryptorException()

SandEncryptorException

public SandEncryptorException(java.lang.String msg)

SandEncryptorException

public SandEncryptorException(java.lang.String msg,
                              java.lang.Throwable cause)

SandEncryptorException

public SandEncryptorException(java.lang.Throwable cause)