public class EventException extends LDAPServiceException
Constructor and Description |
---|
EventException(String msg)
Constructs a EventException with a detail message.
|
EventException(String msg,
Throwable t)
Constructor with message string and an embedded exception Constructs a
EventException with the given detail message and nested exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns a string representation of the message in the this EventException
(if present)
|
void |
printStackTrace()
Prints a stack trace for this EventException to System.out;
|
void |
printStackTrace(PrintStream printStream)
Prints a stack trace for this EventException to the given PrintStream;
|
void |
printStackTrace(PrintWriter printWriter)
Prints a stack trace for this EventException to the given PrintWriter;
|
String |
toString()
Returns a string representation of this EventException, including the
detail message (if present);
|
public EventException(String msg)
msg
- Message string for the exceptionpublic EventException(String msg, Throwable t)
msg
- Message stringt
- The embedded exceptionpublic String toString()
toString
in class LDAPServiceException
public String getMessage()
getMessage
in class LDAPServiceException
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream printStream)
printStackTrace
in class Throwable
printStream
- a PrintStream to print the stack trace out to.public void printStackTrace(PrintWriter printWriter)
printStackTrace
in class Throwable
printWriter
- a PrintWriter to print the stack trace out to.Copyright © 2010-2013, ForgeRock All Rights Reserved.