Class NoParentDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.accesspolicy.exception.NoParentDataException
- All Implemented Interfaces:
Serializable
- Author:
- lsubrama
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new super exception with null as its detail message.NoParentDataException
(String message) Constructs a new super exception with the specified detail message.NoParentDataException
(String message, Throwable cause) Constructs a new super exception with the specified detail message and cause.NoParentDataException
(Throwable cause) Constructs a new super exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoParentDataException
public NoParentDataException()Constructs a new super exception with null as its detail message. -
NoParentDataException
Constructs a new super exception with the specified detail message.- Parameters:
message
- the detail message
-
NoParentDataException
Constructs a new super exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
NoParentDataException
Constructs a new super exception with the specified cause.- Parameters:
cause
- the cause
-