Skip navigation links


oracle.iam.conf.exception
Class SystemConfigurationServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.conf.exception.SystemConfigurationServiceException

All Implemented Interfaces:
java.io.Serializable

public class SystemConfigurationServiceException
extends java.lang.Exception

This is generic exception that will be thrown mostly if an error occurs

See Also:
Serialized Form

Constructor Summary
SystemConfigurationServiceException(java.lang.Exception e)
           
SystemConfigurationServiceException(java.lang.String string)
           
SystemConfigurationServiceException(java.lang.String string, java.lang.Exception cnfe)
           
SystemConfigurationServiceException(java.lang.String string, java.lang.Throwable cnfe)
           

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SystemConfigurationServiceException

public SystemConfigurationServiceException(java.lang.Exception e)

SystemConfigurationServiceException

public SystemConfigurationServiceException(java.lang.String string)

SystemConfigurationServiceException

public SystemConfigurationServiceException(java.lang.String string,
                                           java.lang.Exception cnfe)

SystemConfigurationServiceException

public SystemConfigurationServiceException(java.lang.String string,
                                           java.lang.Throwable cnfe)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.