Constructors Summary |
---|
public InvalidFrameIdentifierException()Creates a new InvalidFrameIdentifierException datatype.
|
public InvalidFrameIdentifierException(Throwable ex)Creates a new InvalidFrameIdentifierException datatype.
super(ex);
|
public InvalidFrameIdentifierException(String msg)Creates a new InvalidFrameIdentifierException datatype.
super(msg);
|
public InvalidFrameIdentifierException(String msg, Throwable ex)Creates a new InvalidFrameIdentifierException datatype.
super(msg, ex);
|