net.sourceforge.smile.exception
Class InternalServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.smile.exception.SmileRuntimeException
                  extended bynet.sourceforge.smile.exception.InternalServerException
All Implemented Interfaces:
java.io.Serializable

public class InternalServerException
extends SmileRuntimeException

Author:
codehawk This exception is thrown when an unexpected internal error is detected. Possibly there is an error in the implementation, or some illegal combination of input parameters was not detected and caused the server to throw this exception later.
See Also:
Serialized Form

Constructor Summary
InternalServerException()
           
InternalServerException(java.lang.String message)
           
InternalServerException(java.lang.String msg, java.lang.Throwable cause)
           
InternalServerException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalServerException

public InternalServerException()

InternalServerException

public InternalServerException(java.lang.Throwable cause)

InternalServerException

public InternalServerException(java.lang.String msg,
                               java.lang.Throwable cause)

InternalServerException

public InternalServerException(java.lang.String message)