org.apache.directory.shared.ldap.csn
Class InvalidCSNException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.directory.shared.ldap.csn.InvalidCSNException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCSNException
extends java.lang.RuntimeException

A RuntimeException which is thrown when a wrong string representation is specified to create a new Csn.

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
InvalidCSNException()
          Creates a new instance.
InvalidCSNException(java.lang.String message)
          Creates a new instance with the specified message.
InvalidCSNException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance with the specified message and cause.
InvalidCSNException(java.lang.Throwable cause)
          Creates a new instance with the specified 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

InvalidCSNException

public InvalidCSNException()
Creates a new instance.


InvalidCSNException

public InvalidCSNException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new instance with the specified message and cause.


InvalidCSNException

public InvalidCSNException(java.lang.String message)
Creates a new instance with the specified message.


InvalidCSNException

public InvalidCSNException(java.lang.Throwable cause)
Creates a new instance with the specified cause.



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