Class ECMCUnsupportedExtException

All Implemented Interfaces:
Serializable

public class ECMCUnsupportedExtException extends EProfileException
This represents a profile specific exception for handling CMC unsupportedExt condition. The framework raises this exception when a request contains extensions that's not supported

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • ECMCUnsupportedExtException

      public ECMCUnsupportedExtException(String msg)
      Creates an exception.
      Parameters:
      msg - localized message that will be displayed to end user.
    • ECMCUnsupportedExtException

      public ECMCUnsupportedExtException(String msg, Throwable cause)
    • ECMCUnsupportedExtException

      public ECMCUnsupportedExtException(Throwable cause)