org.intermine.webservice.exceptions
Class InternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.intermine.webservice.exceptions.ServiceException
                  extended by org.intermine.webservice.exceptions.InternalErrorException
All Implemented Interfaces:
java.io.Serializable

public class InternalErrorException
extends ServiceException

The InternalErrorException is thrown by service when there is an internal error.

See Also:
Serialized Form

Constructor Summary
InternalErrorException(java.lang.String message)
           
InternalErrorException(java.lang.String message, java.lang.Throwable cause)
           
InternalErrorException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.intermine.webservice.exceptions.ServiceException
getHttpErrorCode, getMessage, setHttpErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InternalErrorException

public InternalErrorException(java.lang.String message)
Parameters:
message - message

InternalErrorException

public InternalErrorException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message - message
cause - cause

InternalErrorException

public InternalErrorException(java.lang.Throwable cause)
Parameters:
cause - cause