pt.digitalis.dif.exception.manager
Class RegistrationManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.digitalis.dif.exception.manager.RegistrationManagerException
All Implemented Interfaces:
Serializable

public class RegistrationManagerException
extends Exception

Thrown when a requested LDAP operation does not succeed.

Author:
João Galaio jgalaio@digitalis.pt
See Also:
Serialized Form
Created on:
2008/04/02

Constructor Summary
RegistrationManagerException(String message)
          Constructs a new exception with a message.
RegistrationManagerException(String message, Throwable cause)
          Constructs a new exception with a message and a cause.
RegistrationManagerException(Throwable cause)
          Constructs a new exception with a 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

RegistrationManagerException

public RegistrationManagerException(String message)
Constructs a new exception with a message.

Parameters:
message - the exception message

RegistrationManagerException

public RegistrationManagerException(String message,
                                    Throwable cause)
Constructs a new exception with a message and a cause.

Parameters:
message - the exception message
cause - the exception cause

RegistrationManagerException

public RegistrationManagerException(Throwable cause)
Constructs a new exception with a cause.

Parameters:
cause - the exception cause


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.