Package org.dashbuilder.exception
Class GenericPortableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dashbuilder.exception.GenericPortableException
-
- All Implemented Interfaces:
Serializable
public class GenericPortableException extends RuntimeException implements Serializable
Root of all portable Exceptions resulting from server-side errors that need to be sent to the client.
- Since:
- 0.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericPortableException()GenericPortableException(String message)GenericPortableException(String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-