Class ChildNodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.synchronoss.cpo.core.ChildNodeException
All Implemented Interfaces:
Serializable

public class ChildNodeException extends Exception
Exception class acts as a catch all for any condition occurring in with regards to an Element
Author:
Walter Jordan
See Also:
  • Constructor Details

    • ChildNodeException

      public ChildNodeException(String message)
      Creates an exception with the given detail message.
      Parameters:
      message - the detail message
    • ChildNodeException

      public ChildNodeException()
      Creates an exception with no detail message.