com.slytechs.jnetstream.protocol
Class ProtocolFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.slytechs.jnetstream.protocol.ProtocolFormatException
- All Implemented Interfaces:
- java.io.Serializable
public class ProtocolFormatException
- extends java.lang.Exception
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
- See Also:
- Serialized Form
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProtocolFormatException
public ProtocolFormatException()
ProtocolFormatException
public ProtocolFormatException(java.lang.String message)
- Parameters:
message -
ProtocolFormatException
public ProtocolFormatException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
ProtocolFormatException
public ProtocolFormatException(java.lang.Throwable cause)
- Parameters:
cause -
main
public static void main(java.lang.String[] args)
- Parameters:
args -