org.ow2.petals.microkernel.api.jbi.messaging.registry
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by org.ow2.petals.microkernel.api.jbi.messaging.registry.RegistryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EndpointAlreadyExistsException

public class RegistryException
extends javax.jbi.JBIException

Author:
Adrien LOUIS - EBM WebSourcing
See Also:
Serialized Form

Constructor Summary
RegistryException(String message)
           
RegistryException(String message, Throwable cause)
           
RegistryException(Throwable cause)
           
 
Method Summary
 
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

RegistryException

public RegistryException(String message)

RegistryException

public RegistryException(String message,
                         Throwable cause)

RegistryException

public RegistryException(Throwable cause)


Copyright © 2005-2015 Linagora. All Rights Reserved.