Package org.synchronoss.cpo.core
Class ChildNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.synchronoss.cpo.core.ChildNodeException
- All Implemented Interfaces:
Serializable
Exception class acts as a catch all for any condition occurring in with regards to an Element
- Author:
- Walter Jordan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an exception with no detail message.ChildNodeException(String message) Creates an exception with the given detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChildNodeException
Creates an exception with the given detail message.- Parameters:
message- the detail message
-
ChildNodeException
public ChildNodeException()Creates an exception with no detail message.
-