wodka
Class WodkaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywodka.WodkaException
All Implemented Interfaces:
java.io.Serializable

public class WodkaException
extends java.lang.Exception

Indicates the occurrence of a wodka specific exception.

Author:
wwagner4
See Also:
Serialized Form

Constructor Summary
WodkaException()
           
WodkaException(java.lang.String message)
           
WodkaException(java.lang.String message, java.lang.Throwable cause)
           
WodkaException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WodkaException

public WodkaException()

WodkaException

public WodkaException(java.lang.String message)

WodkaException

public WodkaException(java.lang.String message,
                      java.lang.Throwable cause)

WodkaException

public WodkaException(java.lang.Throwable cause)