com.oki.sip.equips
Class InternalServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.oki.sip.equips.InternalServerException
All Implemented Interfaces:
java.io.Serializable

public class InternalServerException
extends java.lang.RuntimeException

Exception that occurs due to internal system failures including DB connection error

Since:
CenterStage-1.0
Version:
$Revision: 1.2 $ $Date: 2005/01/27 01:11:18 $
Author:
Oki Electric Industry Co.,Ltd.
See Also:
Serialized Form

Constructor Summary
InternalServerException()
           
InternalServerException(java.lang.String msg)
           
InternalServerException(java.lang.String msg, java.lang.Throwable cause)
           
InternalServerException(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

InternalServerException

public InternalServerException()

InternalServerException

public InternalServerException(java.lang.String msg)

InternalServerException

public InternalServerException(java.lang.Throwable cause)

InternalServerException

public InternalServerException(java.lang.String msg,
                               java.lang.Throwable cause)