public class PlatformException extends Exception
| Constructor and Description |
|---|
PlatformException(Throwable cause)
Creates a new
PlatformException having the provided throwable as
the cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PlatformException(Throwable cause)
PlatformException having the provided throwable as
the cause.cause - The root cause of this exception.Copyright © 2014. All rights reserved.