Class CedaException

All Implemented Interfaces:
Serializable

public class CedaException extends CedaManagerException
See Also:
  • Constructor Details

    • CedaException

      public CedaException()
    • CedaException

      public CedaException(String message)
    • CedaException

      public CedaException(Throwable cause)
    • CedaException

      public CedaException(String message, Throwable cause)
    • CedaException

      public CedaException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)