Searched defs:EncryptionException (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/ |
H A D | EncryptionException.java | 25 * $Id: EncryptionException.java,v 1.3 2008/06/25 05:48:16 qcheng Exp $ 60 * unchecked exception (either EncryptionException or RuntimeException). 68 * exceptions (EncryptionException). 74 * An exception of type EncryptionException can embed any 80 * tier. To ensure tracking info, the constructor EncryptionException(message,Throwable) 88 * EncryptionException should probably be thrown only by external API's. 100 * Steps for creating EncryptionException Sub-classes and messages 111 * 3. Create a sub-class of EncryptionException and override the constructors. 113 * public class FSAccountManagementException extends EncryptionException { 130 * EncryptionException u 168 public class EncryptionException extends L10NMessageImpl { class in inherits:L10NMessageImpl 178 public EncryptionException(String errorCode, Object[] args) { method in class:EncryptionException 188 public EncryptionException(String errorCode, Object[] args, Throwable rootCause) { method in class:EncryptionException 199 public EncryptionException(String message) { method in class:EncryptionException 211 public EncryptionException(Throwable rootCause, String message) { method in class:EncryptionException 217 public EncryptionException(Exception ex) { method in class:EncryptionException [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/ |
H A D | EncryptionException.java | 25 * $Id: EncryptionException.java,v 1.3 2008/06/25 05:48:16 qcheng Exp $ 60 * unchecked exception (either EncryptionException or RuntimeException). 68 * exceptions (EncryptionException). 74 * An exception of type EncryptionException can embed any 80 * tier. To ensure tracking info, the constructor EncryptionException(message,Throwable) 88 * EncryptionException should probably be thrown only by external API's. 100 * Steps for creating EncryptionException Sub-classes and messages 111 * 3. Create a sub-class of EncryptionException and override the constructors. 113 * public class FSAccountManagementException extends EncryptionException { 130 * EncryptionException u 168 public class EncryptionException extends L10NMessageImpl { class in inherits:L10NMessageImpl 178 public EncryptionException(String errorCode, Object[] args) { method in class:EncryptionException 188 public EncryptionException(String errorCode, Object[] args, Throwable rootCause) { method in class:EncryptionException 199 public EncryptionException(String message) { method in class:EncryptionException 211 public EncryptionException(Throwable rootCause, String message) { method in class:EncryptionException 217 public EncryptionException(Exception ex) { method in class:EncryptionException [all...] |
Completed in 227 milliseconds