public class MobileServiceException
extends java.lang.Exception
Constructor and Description |
---|
MobileServiceException(java.lang.String detail)
Creates a new MobileServiceException with a detail message
|
MobileServiceException(java.lang.String detail,
java.lang.Throwable throwable)
Creates a new MobileServiceException with a detail message and a cause
|
public MobileServiceException(java.lang.String detail)
detail
- The detail messagepublic MobileServiceException(java.lang.String detail, java.lang.Throwable throwable)
detail
- The detail messagethrowable
- The exception cause