oracle.ldap.util
Class InvalidLDIFRecordException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.ldap.util.InvalidLDIFRecordException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidLDIFRecordException
- extends java.lang.RuntimeException
An Object of this class will be thrown when error occurs during
LDIF record parsing
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidLDIFRecordException
public InvalidLDIFRecordException()
- Constructs a
InvalidLDIFRecordException
with no detail
message.
InvalidLDIFRecordException
public InvalidLDIFRecordException(int lineNo,
java.lang.String s)
- Constructs a
InvalidLDIFRecordException
with the
specified detail message.
- Parameters:
s
- the detail message.
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream pout)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter wout)
- Overrides:
printStackTrace
in class java.lang.Throwable