Class ProtocolNotRegisteredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.arjuna.mw.wsas.exceptions.WSASException
com.arjuna.mw.wscf.exceptions.ProtocolNotRegisteredException
All Implemented Interfaces:
Serializable

public class ProtocolNotRegisteredException extends WSASException
An attempt was made to act on a protocol that the protocol factory had no knowledge of.
Since:
1.0.
Version:
$Id: ProtocolNotRegisteredException.java,v 1.1 2002/11/25 10:56:34 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
  • Constructor Details

    • ProtocolNotRegisteredException

      public ProtocolNotRegisteredException()
    • ProtocolNotRegisteredException

      public ProtocolNotRegisteredException(String s)
    • ProtocolNotRegisteredException

      public ProtocolNotRegisteredException(String s, int errorcode)