Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

no.feide.moria
Class BackendException  view BackendException download BackendException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byno.feide.moria.BackendException
All Implemented Interfaces:
java.io.Serializable

public class BackendException
extends java.lang.Exception

Used to throw exceptions from the backend.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BackendException(java.lang.String message)
          Basic constructor.
BackendException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
BackendException(java.lang.Throwable cause)
          Constructor.
 
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

BackendException

public BackendException(java.lang.String message)
Basic constructor.


BackendException

public BackendException(java.lang.Throwable cause)
Constructor. Used to encapsulate another exception.


BackendException

public BackendException(java.lang.String message,
                        java.lang.Throwable cause)
Constructor. Used to pass on another exception with a message.