public class UnsupportedPlatformException extends StartupException
| Constructor and Description | 
|---|
UnsupportedPlatformException()
Constructs a new UnsupportedPlatformException with no message. 
 | 
UnsupportedPlatformException(String message)
Constructs a UnsupportedPlatformException with a supplied message. 
 | 
UnsupportedPlatformException(String message,
                            Throwable cause)
Constructs a UnsupportedPlatformException with a supplied message and
 cause. 
 | 
UnsupportedPlatformException(Throwable cause)
Constructs a UnsupportedPlatformException with specified cause, copying its
 message if cause is non- 
null. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedPlatformException()
public UnsupportedPlatformException(String message)
message - the message. Can be retrieved by the Throwable.getMessage()
        method.public UnsupportedPlatformException(String message, Throwable cause)
message - the message. Can be retrieved by the Throwable.getMessage()
        method.cause - failure causepublic UnsupportedPlatformException(Throwable cause)
null.cause - failure cause