org.synchronoss.cpo
Class ChildNodeException

Package class diagram package ChildNodeException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.synchronoss.cpo.ChildNodeException
All Implemented Interfaces:
java.io.Serializable

public class ChildNodeException
extends java.lang.Exception

Exception class acts as a catch all for any condition occurring in with regards to an Element

Author:
Walter Jordan
See Also:
Serialized Form

Constructor Summary
ChildNodeException()
           
ChildNodeException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildNodeException

public ChildNodeException(java.lang.String message)

ChildNodeException

public ChildNodeException()


Copyright © 2009. All Rights Reserved.