org.edg.data.util
Class InternalServerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.FaultableException
                    |
                    +--org.edg.data.util.InternalServerException
All Implemented Interfaces:
Faultable, java.io.Serializable

public final class InternalServerException
extends FaultableException

An internal server exception

Version:
$ Id:$
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
InternalServerException(java.lang.String message)
           
 
Method Summary
static java.lang.String faultCode()
           
 
Methods inherited from class org.edg.data.util.FaultableException
asFault, makeFault
 
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

InternalServerException

public InternalServerException(java.lang.String message)
Method Detail

faultCode

public static java.lang.String faultCode()