com.hoiio.sdk.exception
Class InternalServerErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hoiio.sdk.exception.InternalServerErrorException
All Implemented Interfaces:
Serializable

public class InternalServerErrorException
extends RuntimeException

This class is thrown whenever there is an unexpected exception occurs

See Also:
Serialized Form

Constructor Summary
InternalServerErrorException()
          Constructs the object
InternalServerErrorException(String message)
          Constructs the object
InternalServerErrorException(Throwable cause)
          Constructs the object
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalServerErrorException

public InternalServerErrorException()
Constructs the object


InternalServerErrorException

public InternalServerErrorException(Throwable cause)
Constructs the object

Parameters:
cause - The unexpected exception

InternalServerErrorException

public InternalServerErrorException(String message)
Constructs the object

Parameters:
message - The exception message