public class MobileServiceException extends Exception
Constructor and Description |
---|
MobileServiceException(String detail)
Creates a new MobileServiceException with a detail message
|
MobileServiceException(String detail,
Throwable throwable)
Creates a new MobileServiceException with a detail message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MobileServiceException(String detail, Throwable throwable)
detail
- The detail messagethrowable
- The exception causepublic MobileServiceException(String detail)
detail
- The detail message