guarana.toolkit.task.streamdealers.compressors
Class CompressorException

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

public class CompressorException
extends Exception

An exception class for compressors.

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

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

CompressorException

public CompressorException()
Constructs a new compressor exception.


CompressorException

public CompressorException(String message)
Constructs a new compressor exception with a given message.

Parameters:
message - The exception message.

CompressorException

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

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

CompressorException

public CompressorException(Throwable exception)
Constructs a new compressor exception from a given exception.

Parameters:
exception - The exception to be used.


Guaranį DSL Home