org.openxri.exceptions
Class ServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxri.exceptions.ServerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServerInternalException, ServerNotFoundException

public class ServerException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ServerException()
           
ServerException(java.lang.String message)
           
ServerException(java.lang.String message, java.lang.Throwable ex)
           
ServerException(java.lang.Throwable ex)
           
 
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

ServerException

public ServerException()

ServerException

public ServerException(java.lang.String message,
                       java.lang.Throwable ex)

ServerException

public ServerException(java.lang.String message)

ServerException

public ServerException(java.lang.Throwable ex)


Copyright © 2005-2012. All Rights Reserved.