|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.types.IdentifiedException
org.opends.server.tools.makeldif.MakeLDIFException
public class MakeLDIFException
This class defines an exception that can be thrown if a problem occurs during MakeLDIF processing.
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 |
---|
public MakeLDIFException(Message message)
message
- The message for this exception.public MakeLDIFException(Message message, java.lang.Throwable cause)
message
- The message for this exception.cause
- The underlying cause for this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |