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