org.gcube.portlets.user.homelibrary.home.exceptions
Class InternalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.portlets.user.homelibrary.home.exceptions.InternalErrorException
All Implemented Interfaces:
java.io.Serializable

public class InternalErrorException
extends java.lang.Exception

Author:
Federico De Faveri defaveri@isti.cnr.it
See Also:
Serialized Form

Constructor Summary
InternalErrorException(java.lang.String message)
          Create a new internal error exception.
InternalErrorException(java.lang.Throwable cause)
          Create a new internal error exception.
 
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

InternalErrorException

public InternalErrorException(java.lang.Throwable cause)
Create a new internal error exception.

Parameters:
cause - the exception cause.

InternalErrorException

public InternalErrorException(java.lang.String message)
Create a new internal error exception.

Parameters:
message - the exception message.