com.web_visage.spoiler2.exception
Class SpoilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.web_visage.spoiler2.exception.SpoilerException
All Implemented Interfaces:
java.io.Serializable

public class SpoilerException
extends java.lang.Exception

Generalization of all spoiler bot exceptions.

Author:
K.Baturytski
See Also:
Serialized Form

Constructor Summary
SpoilerException()
          Constructor.
SpoilerException(java.lang.String message)
          Constructor.
SpoilerException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
SpoilerException(java.lang.Throwable cause)
          Constructor.
 
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

SpoilerException

public SpoilerException()
Constructor.


SpoilerException

public SpoilerException(java.lang.String message)
Constructor.

Parameters:
message -

SpoilerException

public SpoilerException(java.lang.Throwable cause)
Constructor.

Parameters:
cause -

SpoilerException

public SpoilerException(java.lang.String message,
                        java.lang.Throwable cause)
Constructor.

Parameters:
message -
cause -