Class NoChildDataException

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

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

  • Constructor Details

    • NoChildDataException

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

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

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

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