org.apache.directory.server.changepw.exceptions
Class ChangePasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.server.kerberos.shared.exceptions.KerberosException
              extended by org.apache.directory.server.changepw.exceptions.ChangePasswordException
All Implemented Interfaces:
java.io.Serializable

public class ChangePasswordException
extends KerberosException

The root of the Change Password exception hierarchy.

Version:
$Rev: 542351 $, $Date: 2007-05-29 00:25:39 +0200 (Di, 29 Mai 2007) $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
ChangePasswordException(ErrorType errorType)
          Creates a ChangePasswordException with an ErrorType.
ChangePasswordException(ErrorType errorType, byte[] explanatoryData)
          Creates a ChangePasswordException with an ErrorType and data helping to explain what caused this fault.
ChangePasswordException(ErrorType errorType, byte[] explanatoryData, java.lang.Throwable cause)
          Creates a ChangePasswordException with an ErrorType, data helping to explain what caused this fault, and an underlying throwable that caused this fault.
ChangePasswordException(ErrorType errorType, java.lang.Throwable cause)
          Creates a ChangePasswordException with an ErrorType and an underlying throwable that caused this fault.
 
Method Summary
 
Methods inherited from class org.apache.directory.server.kerberos.shared.exceptions.KerberosException
getErrorCode, getExplanatoryData
 
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

ChangePasswordException

public ChangePasswordException(ErrorType errorType)
Creates a ChangePasswordException with an ErrorType.

Parameters:
errorType - The ErrorType associated with this ChangePasswordException.

ChangePasswordException

public ChangePasswordException(ErrorType errorType,
                               java.lang.Throwable cause)
Creates a ChangePasswordException with an ErrorType and an underlying throwable that caused this fault.

Parameters:
errorType - The ErrorType associated with this ChangePasswordException.
cause - The underlying failure, if any.

ChangePasswordException

public ChangePasswordException(ErrorType errorType,
                               byte[] explanatoryData)
Creates a ChangePasswordException with an ErrorType and data helping to explain what caused this fault.

Parameters:
errorType - The ErrorType associated with this ChangePasswordException.
explanatoryData - Data helping to explain this fault, if any.

ChangePasswordException

public ChangePasswordException(ErrorType errorType,
                               byte[] explanatoryData,
                               java.lang.Throwable cause)
Creates a ChangePasswordException with an ErrorType, data helping to explain what caused this fault, and an underlying throwable that caused this fault.

Parameters:
errorType - The error type associated with this ChangePasswordException.
explanatoryData - Data helping to explain this fault, if any.
cause - The underlying failure, if any.


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.