edu.sdsc.inca.protocol
Class ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.sdsc.inca.protocol.ProtocolException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolException
extends java.lang.Exception

Indicates the detection of malformed content in a protocol stream.

See Also:
Serialized Form

Constructor Summary
ProtocolException()
          Creates a new ProtocolException Object.
ProtocolException(java.lang.String s)
          Creates a new ProtocolException Object.
ProtocolException(java.lang.String s, java.lang.Throwable throwable)
          Creates a new ProtocolException Object.
ProtocolException(java.lang.Throwable throwable)
          Creates a new ProtocolException Object.
 
Method Summary
 
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
 

Constructor Detail

ProtocolException

public ProtocolException()
Creates a new ProtocolException Object.


ProtocolException

public ProtocolException(java.lang.String s)
Creates a new ProtocolException Object.

Parameters:
s - the message

ProtocolException

public ProtocolException(java.lang.String s,
                         java.lang.Throwable throwable)
Creates a new ProtocolException Object.

Parameters:
s - message
throwable - cause

ProtocolException

public ProtocolException(java.lang.Throwable throwable)
Creates a new ProtocolException Object.

Parameters:
throwable - cause