public class GMServiceException extends Exception
Constructor and Description |
---|
GMServiceException(String message)
Constructs a new exception with given message.
|
GMServiceException(String message,
Throwable cause)
Constructs a new exception with given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GMServiceException(String message)
message
- the detailed message of the exception.Copyright © 2013. All Rights Reserved.