Class InternalServerErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalServerErrorException
    extends AbstractCisClientException
    Indicates that an internal error occured in CIS. This should never happen and if it does, a bug needs to be fixed.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalServerErrorException

        public InternalServerErrorException​(java.lang.Exception e)
      • InternalServerErrorException

        public InternalServerErrorException​(java.util.List<ServiceExceptionDetail> details)