Class CpoException

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

public class CpoException extends Exception
A CpoException is the common superclass for any number of CPO related exceptions that may occur during the execution of a business task.
Author:
David E. Berry
See Also:
  • Constructor Details

    • CpoException

      public CpoException()
      Constructs a CpoException with no specified detail message.
    • CpoException

      public CpoException(String message)
      Constructs a CpoException with the specified detail message.
      Parameters:
      message - the detail message
    • CpoException

      public CpoException(String message, Throwable cause)
      Constructs a CpoException with the specified detail message and nested exception.
      Parameters:
      message - the detail message
      cause - the nested exception
    • CpoException

      public CpoException(Throwable ex)
      Constructs a CpoException with the specified detail message and nested exception.
      Parameters:
      ex - the nested exception