org.ocd.streamhandler
Class ProtocolSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ocd.streamhandler.ProtocolSetException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolSetException
extends java.lang.Exception

Version:
 
Author:
drichan
See Also:
Serialized Form

Constructor Summary
ProtocolSetException()
          Creates new ProtocolSetException without detail message.
ProtocolSetException(java.lang.String msg)
          Constructs an ProtocolSetException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolSetException

public ProtocolSetException()
Creates new ProtocolSetException without detail message.

ProtocolSetException

public ProtocolSetException(java.lang.String msg)
Constructs an ProtocolSetException with the specified detail message.
Parameters:
msg - the detail message.