|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensaml.SAMLException
org.opensaml.InvalidCryptoException
public class InvalidCryptoException
Indicates a key or certificate subclass type is incompatible with the provider's policies, or a cryptographic problem was found while processing a message.
Field Summary |
---|
Fields inherited from class org.opensaml.SAMLException |
---|
codes, config, e, log, msg, parentObject, REQUESTER, RESPONDER, root, SUCCESS, VERSION |
Constructor Summary | |
---|---|
|
InvalidCryptoException(Collection codes,
Exception e)
Creates a new InvalidCryptoException wrapping an existing exception |
|
InvalidCryptoException(Collection codes,
String msg)
Creates a new InvalidCryptoException |
|
InvalidCryptoException(Collection codes,
String msg,
Exception e)
Creates a new InvalidCryptoException from an existing exception. |
protected |
InvalidCryptoException(Element e)
Creates a new InvalidCryptoException |
|
InvalidCryptoException(javax.xml.namespace.QName code,
Exception e)
Creates a new InvalidCryptoException wrapping an existing exception |
|
InvalidCryptoException(javax.xml.namespace.QName code,
String msg)
Creates a new InvalidCryptoException |
|
InvalidCryptoException(javax.xml.namespace.QName code,
String msg,
Exception e)
Creates a new InvalidCryptoException from an existing exception. |
|
InvalidCryptoException(String msg)
Creates a new InvalidCryptoException |
|
InvalidCryptoException(String msg,
Exception e)
Creates a new InvalidCryptoException |
Method Summary |
---|
Methods inherited from class org.opensaml.SAMLException |
---|
clone, fromDOM, getCodes, getException, getInstance, getInstance, getMessage, getParent, setParent, toDOM, toDOM, toDOM, toDOM, toStream, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected InvalidCryptoException(Element e) throws SAMLException
e
- The root of a DOM tree
SAMLException
- Raised if an exception occurs while constructing
the object.public InvalidCryptoException(String msg)
msg
- The detail messagepublic InvalidCryptoException(String msg, Exception e)
msg
- The detail messagee
- The exception to be wrapped in a InvalidCryptoExceptionpublic InvalidCryptoException(Collection codes, String msg)
codes
- A collection of QNamesmsg
- The detail messagepublic InvalidCryptoException(Collection codes, Exception e)
The existing exception will be embedded in the new one, and its message will become the default message for the InvalidCryptoException.
codes
- A collection of QNamese
- The exception to be wrapped in a InvalidCryptoExceptionpublic InvalidCryptoException(Collection codes, String msg, Exception e)
The existing exception will be embedded in the new one, but the new exception will have its own message.
codes
- A collection of QNamesmsg
- The detail messagee
- The exception to be wrapped in a InvalidCryptoExceptionpublic InvalidCryptoException(javax.xml.namespace.QName code, String msg)
code
- A status codemsg
- The detail messagepublic InvalidCryptoException(javax.xml.namespace.QName code, Exception e)
The existing exception will be embedded in the new one, and its message will become the default message for the InvalidCryptoException.
code
- A status codee
- The exception to be wrapped in a InvalidCryptoExceptionpublic InvalidCryptoException(javax.xml.namespace.QName code, String msg, Exception e)
The existing exception will be embedded in the new one, but the new exception will have its own message.
code
- A status codemsg
- The detail messagee
- The exception to be wrapped in a InvalidCryptoException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |