Class CaMgmtException

  • All Implemented Interfaces:
    Serializable

    public class CaMgmtException
    extends Exception
    Exception related to CA management.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    See Also:
    Serialized Form
    • Constructor Detail

      • CaMgmtException

        public CaMgmtException()
      • CaMgmtException

        public CaMgmtException​(String message,
                               Throwable cause)
      • CaMgmtException

        public CaMgmtException​(String message)
      • CaMgmtException

        public CaMgmtException​(Throwable cause)