guarana.toolkit.task.streamdealers.codecs
Class CodecException

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

public class CodecException
extends Exception

An exception class for codecs.

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

Constructor Summary
CodecException()
          Constructs a new codec exception.
CodecException(String message)
          Constructs a new codec exception with a given message.
CodecException(String message, Throwable exception)
          Constructs a new codec exception with a given message and from an exception.
CodecException(Throwable exception)
          Constructs a new codec 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

CodecException

public CodecException()
Constructs a new codec exception.


CodecException

public CodecException(String message)
Constructs a new codec exception with a given message.

Parameters:
message - The exception message.

CodecException

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

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

CodecException

public CodecException(Throwable exception)
Constructs a new codec exception from a given exception.

Parameters:
exception - The exception to be used.


Guaranį DSL Home