public class FrameException extends SFIException
Frame.| Constructor and Description |
|---|
FrameException(int errorCode)
Constructs an instance of FrameException with the specified error code.
|
FrameException(String message,
int errorCode)
Constructs an instance of FrameException with the specified detail
message and error code.
|
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FrameException(int errorCode)
errorCode - The error code.public FrameException(String message, int errorCode)
message - The detail message.errorCode - The error code.