public class OidException extends V1Exception
| Constructor and Description |
|---|
OidException(String message)
Create with just a message
|
OidException(String message,
Exception inner)
Create with a message and another exception
|
OidException(String message,
String token)
Create with message and token
|
OidException(String message,
String token,
Exception inner)
Create with message, token and another exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OidException(String message, String token)
message - - description of errortoken - - token of object that caused problempublic OidException(String message, String token, Exception inner)
message - - description of errortoken - - token of object that caused probleminner - - exception that we caughtpublic OidException(String message)
message - - description of errorCopyright © 2021 VersionOne, Inc.. All rights reserved.