de.jadv.lib.exceptions
Class JAdvException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.jadv.lib.exceptions.JAdvException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UserDoesNotExistException, UserExistsException

public class JAdvException
extends java.lang.Exception

A normal Exception inside the game.

Author:
knoppix
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JAdvException()
          Constructor for JAdvException.
JAdvException(java.lang.String message)
          Constructor for JAdvException.
JAdvException(java.lang.String message, java.lang.Throwable cause)
          Constructor for JAdvException.
JAdvException(java.lang.Throwable cause)
          Constructor for JAdvException.
 
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

JAdvException

public JAdvException()
Constructor for JAdvException.


JAdvException

public JAdvException(java.lang.String message)
Constructor for JAdvException.

Parameters:
message -

JAdvException

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

Parameters:
message -
cause -

JAdvException

public JAdvException(java.lang.Throwable cause)
Constructor for JAdvException.

Parameters:
cause -