electric.registry
Class RegistryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byelectric.registry.RegistryException
All Implemented Interfaces:
java.io.Serializable

public class RegistryException
extends java.lang.Exception

RegistryException is thrown if an error occurs whilst a registry is processing a publish, unpublish or bind request.

Author:
webMethods
See Also:
Serialized Form

Constructor Summary
RegistryException(java.lang.String message)
          Construct a RegistryException with the specified message.
RegistryException(java.lang.String message, java.lang.Throwable cause)
          Construct a RegistryException with the specified message.
RegistryException(java.lang.Throwable cause)
          Construct a RegistryException with the specified message.
 
Method Summary
 java.lang.Throwable getCause()
          Return the underlying exception, which can be null.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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)
Construct a RegistryException with the specified message.

Parameters:
message - The message.

RegistryException

public RegistryException(java.lang.Throwable cause)
Construct a RegistryException with the specified message.

Parameters:
cause - The underling cause, which can be null.

RegistryException

public RegistryException(java.lang.String message,
                         java.lang.Throwable cause)
Construct a RegistryException with the specified message.

Parameters:
message - The message.
cause - The underling cause, which can be null.
Method Detail

getCause

public java.lang.Throwable getCause()
Return the underlying exception, which can be null.



copyright© 2001-2004 by webMethods All Rights Reserved.