org.mule.registry
Class RegistryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mule.umo.UMOException
              extended byorg.mule.registry.RegistryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValidationException

public class RegistryException
extends UMOException

Base Registry exception thrown when reading or writing to the registry

Version:
$Revision: 7976 $
Author:
Ross Mason
See Also:
Serialized Form

Constructor Summary
RegistryException(Message message)
           
RegistryException(Message message, Throwable throwable)
           
RegistryException(String message)
           
RegistryException(String message, Throwable throwable)
           
RegistryException(Throwable throwable)
           
 
Methods inherited from class org.mule.umo.UMOException
addInfo, appendMessage, equals, getDetailedMessage, getExceptionCode, getI18nMessage, getInfo, getMessage, getMessageCode, hashCode, initialise, prependMessage, setExceptionCode, setMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistryException

public RegistryException(Message message)

RegistryException

public RegistryException(Message message,
                         Throwable throwable)

RegistryException

public RegistryException(Throwable throwable)

RegistryException

public RegistryException(String message)

RegistryException

public RegistryException(String message,
                         Throwable throwable)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.