edu.uky.rch.ept.data
Class UnknownProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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