net.dpml.depot
Class GeneralException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byjava.rmi.ServerException
                      extended bynet.dpml.depot.GeneralException
All Implemented Interfaces:
Serializable

public class GeneralException
extends ServerException

A general exception that is typically used for scenarios in which a stack dump is not relevant.

Version:
1.0.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
GeneralException(String message)
          Creation of a new general exception instance.
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

GeneralException

public GeneralException(String message)
Creation of a new general exception instance.

Parameters:
message - the exception message.