public class InvalidFrameIdentifierException extends InvalidFrameException
Constructor and Description |
---|
InvalidFrameIdentifierException()
Creates a new InvalidFrameIdentifierException datatype.
|
InvalidFrameIdentifierException(java.lang.String msg)
Creates a new InvalidFrameIdentifierException datatype.
|
InvalidFrameIdentifierException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new InvalidFrameIdentifierException datatype.
|
InvalidFrameIdentifierException(java.lang.Throwable ex)
Creates a new InvalidFrameIdentifierException datatype.
|
public InvalidFrameIdentifierException()
public InvalidFrameIdentifierException(java.lang.Throwable ex)
ex
- the cause.public InvalidFrameIdentifierException(java.lang.String msg)
msg
- the detail message.public InvalidFrameIdentifierException(java.lang.String msg, java.lang.Throwable ex)
msg
- the detail message.ex
- the cause.Copyright © 2005-2013 java.net. All Rights Reserved.