|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
guarana.toolkit.task.streamdealers.ciphers.CipherException
public class CipherException
An exception class for ciphers.
Constructor Summary | |
---|---|
CipherException()
Constructs a new cipher exception. |
|
CipherException(String message)
Constructs a new cipher exception with a given message. |
|
CipherException(String message,
Throwable exception)
Constructs a new cipher exception with a given message and from an exception. |
|
CipherException(Throwable exception)
Constructs a new cipher exception from a given exception. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CipherException()
public CipherException(String message)
message
- The exception message.public CipherException(String message, Throwable exception)
message
- The exception message.exception
- The exception to be used.public CipherException(Throwable exception)
exception
- The exception to be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |