Class NoSuchSystemPropertyExistException

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

public class NoSuchSystemPropertyExistException extends Exception
This exception will be thrown while trying to modify/delete a system property which is non existent in the database
Author:
sanjeesh
See Also:
  • Constructor Details

    • NoSuchSystemPropertyExistException

      public NoSuchSystemPropertyExistException(Exception e)
    • NoSuchSystemPropertyExistException

      public NoSuchSystemPropertyExistException(String string)
    • NoSuchSystemPropertyExistException

      public NoSuchSystemPropertyExistException(String string, Exception cnfe)