|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.jackrabbit.ocm.nodemanagement.exception.BaseNodeManagementException
public class BaseNodeManagementException
Base exception for all JCR Node Type Management exceptions.
| Constructor Summary | |
|---|---|
BaseNodeManagementException()
Creates a new instance of BaseNodeManagementException. |
|
BaseNodeManagementException(Exception rootException)
Creates a new instance of BaseNodeManagementException. |
|
BaseNodeManagementException(String message)
Creates a new instance of BaseNodeManagementException. |
|
| Method Summary | |
|---|---|
Exception |
getWrappedException()
Getter for property wrappedException. |
void |
printStackTrace(PrintStream ps)
|
void |
printStackTrace(PrintWriter pw)
|
void |
setWrappedException(Exception object)
Setter for property wrappedException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BaseNodeManagementException()
public BaseNodeManagementException(String message)
message - Exception messagepublic BaseNodeManagementException(Exception rootException)
rootException - Root Exception| Method Detail |
|---|
public Exception getWrappedException()
public void setWrappedException(Exception object)
object - wrappedExceptionpublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||