|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.shared.ldap.csn.InvalidCSNException
public class InvalidCSNException
A RuntimeException which is thrown when a wrong string
representation is specified to create a new Csn.
| 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 |
|---|
public InvalidCSNException()
public InvalidCSNException(java.lang.String message,
java.lang.Throwable cause)
public InvalidCSNException(java.lang.String message)
public InvalidCSNException(java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||