org.ow2.cmi.controller.server
Class ProtocolNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.cmi.controller.server.ProtocolNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public final class ProtocolNotFoundException
- extends java.lang.Exception
- Author:
- Loris Bouzonnet
- See Also:
- Serialized Form
| 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 |
ProtocolNotFoundException
public ProtocolNotFoundException(java.lang.String protoco)
ProtocolNotFoundException
public ProtocolNotFoundException(java.lang.String message,
java.lang.String protocol)
- Parameters:
message -
ProtocolNotFoundException
public ProtocolNotFoundException(java.lang.Throwable cause,
java.lang.String protocol)
- Parameters:
cause -
ProtocolNotFoundException
public ProtocolNotFoundException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String protocol)
- Parameters:
message - cause -
getProtocol
public java.lang.String getProtocol()
- Returns:
- the protocol
Copyright © 2009 OW2 Consortium. All Rights Reserved.