com.acsinet_solutions.util.exception
Class ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acsinet_solutions.util.exception.ProtocolException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolException
extends java.lang.Exception

Protocol related exception

Author:
Santiago Arriaga
See Also:
Serialized Form

Constructor Summary
ProtocolException()
          Constructor for ProtocolException.
ProtocolException(java.lang.String msg)
          Constructor for ProtocolException.
ProtocolException(java.lang.String msg, java.lang.Throwable throwable)
          Constructor for ProtocolException.
ProtocolException(java.lang.Throwable throwable)
          Constructor for ProtocolException.
 
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()
Constructor for ProtocolException.


ProtocolException

public ProtocolException(java.lang.String msg)
Constructor for ProtocolException.


ProtocolException

public ProtocolException(java.lang.Throwable throwable)
Constructor for ProtocolException.


ProtocolException

public ProtocolException(java.lang.String msg,
                         java.lang.Throwable throwable)
Constructor for ProtocolException.