Class OrcidIllegalStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.cornell.mannlib.orcidclient.OrcidClientException
-
- edu.cornell.mannlib.vivo.orcid.controller.OrcidIllegalStateException
-
- All Implemented Interfaces:
Serializable
public class OrcidIllegalStateException extends edu.cornell.mannlib.orcidclient.OrcidClientExceptionThe OrcidConfirmationState is not as we expected. Probably deserves a 500 error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrcidIllegalStateException(String message)OrcidIllegalStateException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-