Package com.jalios.jcms
Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.jalios.jcms.ServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceException extends java.lang.Exception
Exception used by a service to indicate a failure in service process- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceException()
ServiceException(java.lang.String message)
ServiceException(java.lang.String message, java.lang.Throwable cause)
ServiceException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ServiceException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayMessage()
void
setDisplayMessage(java.lang.String displayMessage)
-
-
-
Constructor Detail
-
ServiceException
public ServiceException()
-
ServiceException
public ServiceException(java.lang.String message)
-
ServiceException
public ServiceException(java.lang.Throwable cause)
-
ServiceException
public ServiceException(java.lang.String message, java.lang.Throwable cause)
-
ServiceException
public ServiceException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-