Class SystemConfigurationServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.conf.exception.SystemConfigurationServiceException
All Implemented Interfaces:
Serializable

public class SystemConfigurationServiceException extends Exception
This is generic exception that will be thrown mostly if an error occurs
Author:
sanjeesh
See Also:
  • Constructor Details

    • SystemConfigurationServiceException

      public SystemConfigurationServiceException(Exception e)
    • SystemConfigurationServiceException

      public SystemConfigurationServiceException(String string)
    • SystemConfigurationServiceException

      public SystemConfigurationServiceException(String string, Exception cnfe)
    • SystemConfigurationServiceException

      public SystemConfigurationServiceException(String string, Throwable cnfe)