org.openxri.exceptions
Class ServerInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openxri.exceptions.ServerException
org.openxri.exceptions.ServerInternalException
- All Implemented Interfaces:
- java.io.Serializable
public class ServerInternalException
- extends ServerException
An exception thrown by Server implementations if an internal error occurred.
- Author:
- =peacekeeper
- 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 |
ServerInternalException
public ServerInternalException()
ServerInternalException
public ServerInternalException(java.lang.String arg0,
java.lang.Throwable arg1)
ServerInternalException
public ServerInternalException(java.lang.String arg0)
ServerInternalException
public ServerInternalException(java.lang.Throwable arg0)
Copyright © 2005-2012. All Rights Reserved.