guarana.toolkit.task.streamdealers.ciphers
Class CipherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by guarana.toolkit.task.streamdealers.ciphers.CipherException
All Implemented Interfaces:
Serializable

public class CipherException
extends Exception

An exception class for ciphers.

Since:
Guaranį SDK 1.0.0
Author:
Rafael Z. Frantz
See Also:
Serialized Form

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

CipherException

public CipherException()
Constructs a new cipher exception.


CipherException

public CipherException(String message)
Constructs a new cipher exception with a given message.

Parameters:
message - The exception message.

CipherException

public CipherException(String message,
                       Throwable exception)
Constructs a new cipher exception with a given message and from an exception.

Parameters:
message - The exception message.
exception - The exception to be used.

CipherException

public CipherException(Throwable exception)
Constructs a new cipher exception from a given exception.

Parameters:
exception - The exception to be used.


Guaranį DSL Home