org.jnetstream.protocol
Class ProtocolNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jnetstream.protocol.ProtocolException
              extended by org.jnetstream.protocol.ProtocolNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolNotFoundException
extends ProtocolException

Simlar to FileNotFoundException, the protocol was not found by the ProtocolLoader.

Author:
Mark Bednarczyk, Sly Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
ProtocolNotFoundException()
           
ProtocolNotFoundException(java.lang.String message)
           
ProtocolNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ProtocolNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setFilename(java.lang.String filename)
           
 
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
 

Constructor Detail

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 -
Method Detail

setFilename

public void setFilename(java.lang.String filename)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable