Nitido Inc.

com.nitido.directory
Class IllegalEntryDNException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.nitido.directory.IllegalEntryDNException
All Implemented Interfaces:
java.io.Serializable

public class IllegalEntryDNException
extends java.lang.IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
IllegalEntryDNException(java.lang.String msg)
           
IllegalEntryDNException(java.lang.String msg, java.lang.Throwable rootCause)
          Constructor that takes in the error message and the original Throwable that causes this exception.
 
Method Summary
 java.lang.String getMessage()
          Return the detail message of this exception.
 java.lang.Throwable getRootCause()
          Get the original Throwable that causes this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

IllegalEntryDNException

public IllegalEntryDNException(java.lang.String msg)

IllegalEntryDNException

public IllegalEntryDNException(java.lang.String msg,
                               java.lang.Throwable rootCause)
Constructor that takes in the error message and the original Throwable that causes this exception.

Parameters:
msg - The error message.
rootCause - The original Throwable that cuases this exception.
Method Detail

getMessage

public java.lang.String getMessage()
Return the detail message of this exception.

If a root cause throwable exists, this method will append the root cause throwable's message at the end of the result.

Overrides:
getMessage in class java.lang.Throwable
Returns:
the detail message string.

getRootCause

public java.lang.Throwable getRootCause()
Get the original Throwable that causes this exception.

Returns:
the root cause Throwable.

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.