Class NoGraphIdFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openiam.authmanager.graph.exception.NoGraphIdFoundException
-
- All Implemented Interfaces:
Serializable
public class NoGraphIdFoundException extends Exception
Exception triggers that the graph ID could not be generated and/or found- Author:
- lbornov2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoGraphIdFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoGraphIdFoundException
public NoGraphIdFoundException(String message)
-
-