org.gcube.portlets.user.homelibrary.home.exceptions
Class InternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.portlets.user.homelibrary.home.exceptions.InternalErrorException
- All Implemented Interfaces:
- Serializable
public class InternalErrorException
- extends Exception
- Author:
- Federico De Faveri defaveri@isti.cnr.it
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalErrorException
public InternalErrorException(Throwable cause)
- Create a new internal error exception.
- Parameters:
cause - the exception cause.
InternalErrorException
public InternalErrorException(String message)
- Create a new internal error exception.
- Parameters:
message - the exception message.
InternalErrorException
public InternalErrorException(String message,
Throwable cause)
- Create a new internal error exception.
- Parameters:
message - the exception message.cause - the exception cause.
Copyright © 2013. All Rights Reserved.