Class NoParentDataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.accesspolicy.exception.NoParentDataException
All Implemented Interfaces:
Serializable

public class NoParentDataException extends RuntimeException
Author:
lsubrama
See Also:
  • Field Details

  • Constructor Details

    • NoParentDataException

      public NoParentDataException()
      Constructs a new super exception with null as its detail message.
    • NoParentDataException

      public NoParentDataException(String message)
      Constructs a new super exception with the specified detail message.
      Parameters:
      message - the detail message
    • NoParentDataException

      public NoParentDataException(String message, Throwable cause)
      Constructs a new super exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • NoParentDataException

      public NoParentDataException(Throwable cause)
      Constructs a new super exception with the specified cause.
      Parameters:
      cause - the cause