org.ow2.petals.registry.api.exception
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.registry.api.exception.RegistryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LifeCycleException, ReceptionException, RepositoryException

public class RegistryException
extends java.lang.Exception

Author:
Christophe HAMERLING - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
RegistryException()
          Creates a new instance of RegistryException
RegistryException(java.lang.String message)
          Creates a new instance of RegistryException
RegistryException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of RegistryException
RegistryException(java.lang.Throwable cause)
          Creates a new instance of RegistryException
 
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(java.lang.String message,
                         java.lang.Throwable cause)
Creates a new instance of RegistryException

Parameters:
message -
cause -

RegistryException

public RegistryException(java.lang.String message)
Creates a new instance of RegistryException

Parameters:
message -

RegistryException

public RegistryException(java.lang.Throwable cause)
Creates a new instance of RegistryException

Parameters:
cause -

RegistryException

public RegistryException()
Creates a new instance of RegistryException



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.