Class SystemPropertyAlreadyExistException

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

public class SystemPropertyAlreadyExistException extends Exception
This exception will be thrown while trying to create a system property which is already existing in the database
Author:
sanjeesh
See Also:
  • Constructor Details

    • SystemPropertyAlreadyExistException

      public SystemPropertyAlreadyExistException(Exception e)
    • SystemPropertyAlreadyExistException

      public SystemPropertyAlreadyExistException(String string)
    • SystemPropertyAlreadyExistException

      public SystemPropertyAlreadyExistException(String string, Exception cnfe)