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.
|
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FrameException(int errorCode)
errorCode
- The error code.public FrameException(String message, int errorCode)
message
- The detail message.errorCode
- The error code.