com.oki.sip.equips
Class InternalServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.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
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 |
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)