public abstract class PlatformException extends Exception
Constructor and Description |
---|
PlatformException(String errorMessage) |
PlatformException(String errorMessage,
String errorCode) |
PlatformException(String errorMessage,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getErrorMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public PlatformException(String errorMessage)
Copyright © 2017. All rights reserved.