org.openxri.exceptions
Class ServerInternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxri.exceptions.ServerException
              extended by 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

Constructor Summary
ServerInternalException()
           
ServerInternalException(java.lang.String arg0)
           
ServerInternalException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServerInternalException(java.lang.Throwable arg0)
           
 
Method Summary
 
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

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.