Class CemtException

All Implemented Interfaces:
Serializable

public class CemtException extends CemtManagerException
See Also:
  • Constructor Details

    • CemtException

      public CemtException()
    • CemtException

      public CemtException(String message)
    • CemtException

      public CemtException(Throwable cause)
    • CemtException

      public CemtException(String message, Throwable cause)
    • CemtException

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