org.opends.server.tools.makeldif
Class MakeLDIFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.types.IdentifiedException
                  extended by org.opends.server.tools.makeldif.MakeLDIFException
All Implemented Interfaces:
java.io.Serializable

public class MakeLDIFException
extends IdentifiedException

This class defines an exception that can be thrown if a problem occurs during MakeLDIF processing.

See Also:
Serialized Form

Constructor Summary
MakeLDIFException(Message message)
          Creates a new MakeLDIF exception with the provided information.
MakeLDIFException(Message message, java.lang.Throwable cause)
          Creates a new MakeLDIF exception with the provided information.
 
Method Summary
 
Methods inherited from class org.opends.server.types.OpenDsException
getMessageObject
 
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

MakeLDIFException

public MakeLDIFException(Message message)
Creates a new MakeLDIF exception with the provided information.

Parameters:
message - The message for this exception.

MakeLDIFException

public MakeLDIFException(Message message,
                         java.lang.Throwable cause)
Creates a new MakeLDIF exception with the provided information.

Parameters:
message - The message for this exception.
cause - The underlying cause for this exception.