org.ow2.cmi.controller.server
Class ProtocolNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ProtocolNotFoundException(java.lang.String protoco)
           
ProtocolNotFoundException(java.lang.String message, java.lang.String protocol)
           
ProtocolNotFoundException(java.lang.String message, java.lang.Throwable cause, java.lang.String protocol)
           
ProtocolNotFoundException(java.lang.Throwable cause, java.lang.String protocol)
           
 
Method Summary
 java.lang.String getProtocol()
           
 
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

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 -
Method Detail

getProtocol

public java.lang.String getProtocol()
Returns:
the protocol


Copyright © 2009 OW2 Consortium. All Rights Reserved.