Package org.forgerock.am.trees.api
Class TreeUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.trees.api.TreeUsageException
- All Implemented Interfaces:
Serializable
Represents an exception that occurs when finding tree usages.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TreeUsageException
Constructs a new tree usage exception.- Parameters:
message
- exception message
-