com.languagecomputer.api
Class ServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.languagecomputer.api.ServerException
All Implemented Interfaces:
Serializable

public class ServerException
extends Exception

Generic Exception for wrapping Throwables that occur on the server.

Since:
1.0
Author:
Kirk Roberts
See Also:
Serialized Form

Constructor Summary
ServerException(Throwable throwable)
          Creates a new ServerException with the given Throwable.
 
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(Throwable throwable)
Creates a new ServerException with the given Throwable.



Copyright © 2009. All Rights Reserved.