edu.uky.rch.ept.data
Class UnknownProtocolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.uky.rch.ept.data.UnknownProtocolException
All Implemented Interfaces:
Serializable

public class UnknownProtocolException
extends RuntimeException

Thrown to indicate that the address refers to an unrecognized protocol.

Author:
Sandeep Bodapati
See Also:
Serialized Form

Constructor Summary
UnknownProtocolException()
          Constructs a new UnknownProtocolException with no detail message.
UnknownProtocolException(String msg)
          Constructs a new UnknownProtocolException with the specified detail message.
 
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

UnknownProtocolException

public UnknownProtocolException()
Constructs a new UnknownProtocolException with no detail message.


UnknownProtocolException

public UnknownProtocolException(String msg)
Constructs a new UnknownProtocolException with the specified detail message.

Parameters:
msg - message