Package org.guvnor.ala.ui.exceptions
Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.guvnor.ala.ui.exceptions.ServiceException
-
- All Implemented Interfaces:
Serializable
@Portable public class ServiceException extends RuntimeException
Guvnor ala ui services base exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceException()ServiceException(String message)ServiceException(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
-
-