Searched defs:SAML2TokenRepositoryException (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/federation/saml2/
H A DSAML2TokenRepositoryException.java22 public class SAML2TokenRepositoryException extends Exception { class in inherits:Exception
25 * Constructs a new SAML2TokenRepositoryException with the specified detail message and
31 public SAML2TokenRepositoryException(String error, Throwable cause) { method in class:SAML2TokenRepositoryException
36 * Constructs a new SAML2TokenRepositoryException with the specified detail message.
40 public SAML2TokenRepositoryException(String error) { method in class:SAML2TokenRepositoryException
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/federation/saml2/
H A DSAML2TokenRepositoryException.java22 public class SAML2TokenRepositoryException extends Exception { class in inherits:Exception
25 * Constructs a new SAML2TokenRepositoryException with the specified detail message and
31 public SAML2TokenRepositoryException(String error, Throwable cause) { method in class:SAML2TokenRepositoryException
36 * Constructs a new SAML2TokenRepositoryException with the specified detail message.
40 public SAML2TokenRepositoryException(String error) { method in class:SAML2TokenRepositoryException

Completed in 29 milliseconds