public class UnsupportedFrameTypeException extends RuntimeException
Exception that indicates an unsupported frame type.| Constructor and Description |
|---|
UnsupportedFrameTypeException()
Instantiates a new unsupported frame type exception.
|
UnsupportedFrameTypeException(Exception e)
Instantiates a new unsupported frame type exception.
|
UnsupportedFrameTypeException(String message)
Instantiates a new unsupported frame type exception.
|
UnsupportedFrameTypeException(String message,
Exception e)
Instantiates a new unsupported frame type exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedFrameTypeException()
public UnsupportedFrameTypeException(Exception e)
e - the Exception.public UnsupportedFrameTypeException(String message)
message - the message.Copyright © 2018. All rights reserved.