/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/ |
H A D | FSSPAuthenticationContextInfo.java | 31 import com.sun.identity.federation.common.FSException; 58 * @throws FSException if an error occured during the parsing 61 throws FSException 64 throw new FSException("nullInput", null); 72 throw new FSException("wrongInput", null); 82 throw new FSException("wrongInput", null); 85 throw new FSException("wrongInput", null); 87 throw new FSException("wrongInput", null); 92 throw new FSException("wrongInput", null); 107 ) throws FSException [all...] |
H A D | FSLoginHelperException.java | 31 import com.sun.identity.federation.common.FSException; 36 * @see com.sun.identity.federation.common.FSException 38 public class FSLoginHelperException extends FSException {
|
H A D | FSIDPAuthenticationContextInfo.java | 31 import com.sun.identity.federation.common.FSException; 64 throws FSException 67 throw new FSException("nullInput", null); 75 throw new FSException("wrongInput", null); 96 throw new FSException("wrongInput", null); 99 throw new FSException("wrongInput", null); 101 throw new FSException("wrongInput", null); 109 throw new FSException("wrongInput", null); 120 * @throws FSException if <code>authenticationContext</code> is blank. 127 ) throws FSException [all...] |
H A D | FSAssertionManagerClient.java | 33 import com.sun.identity.federation.common.FSException; 94 * @throws FSException 96 public FSAssertionManagerClient(String metaAlias) throws FSException 125 throw (new FSException(e.getMessage())); 144 * @throws FSException 147 throws FSException { 160 throw (new FSException(e.getMessage())); 189 * @exception FSException If an error occurred during the process, or no 193 throws FSException 222 throw (new FSException(r [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/ |
H A D | FSSPAuthenticationContextInfo.java | 31 import com.sun.identity.federation.common.FSException; 58 * @throws FSException if an error occured during the parsing 61 throws FSException 64 throw new FSException("nullInput", null); 72 throw new FSException("wrongInput", null); 82 throw new FSException("wrongInput", null); 85 throw new FSException("wrongInput", null); 87 throw new FSException("wrongInput", null); 92 throw new FSException("wrongInput", null); 107 ) throws FSException [all...] |
H A D | FSLoginHelperException.java | 31 import com.sun.identity.federation.common.FSException; 36 * @see com.sun.identity.federation.common.FSException 38 public class FSLoginHelperException extends FSException {
|
H A D | FSIDPAuthenticationContextInfo.java | 31 import com.sun.identity.federation.common.FSException; 64 throws FSException 67 throw new FSException("nullInput", null); 75 throw new FSException("wrongInput", null); 96 throw new FSException("wrongInput", null); 99 throw new FSException("wrongInput", null); 101 throw new FSException("wrongInput", null); 109 throw new FSException("wrongInput", null); 120 * @throws FSException if <code>authenticationContext</code> is blank. 127 ) throws FSException [all...] |
H A D | FSAssertionManagerClient.java | 33 import com.sun.identity.federation.common.FSException; 94 * @throws FSException 96 public FSAssertionManagerClient(String metaAlias) throws FSException 125 throw (new FSException(e.getMessage())); 144 * @throws FSException 147 throws FSException { 160 throw (new FSException(e.getMessage())); 189 * @exception FSException If an error occurred during the process, or no 193 throws FSException 222 throw (new FSException(r [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/ |
H A D | FSAccountMgmtException.java | 31 import com.sun.identity.federation.common.FSException; 36 public class FSAccountMgmtException extends FSException {
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/ |
H A D | FSPostLoginException.java | 31 import com.sun.identity.federation.common.FSException; 41 public class FSPostLoginException extends FSException {
|
H A D | FSPreLoginException.java | 31 import com.sun.identity.federation.common.FSException; 39 public class FSPreLoginException extends FSException {
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/ |
H A D | FSSignatureException.java | 31 import com.sun.identity.federation.common.FSException; 36 public class FSSignatureException extends FSException {
|
H A D | FSAttributeStatementHelper.java | 38 import com.sun.identity.federation.common.FSException; 73 * @exception FSException if an error occurred 77 throws FSException 88 throw new FSException(fae); 116 throw new FSException(se); 120 throw new FSException(ie); 142 throw new FSException(ex); 150 private static Element getAttributeValue(String value) throws FSException { 152 throw new FSException("nullInputParameter", null); 166 throw new FSException(e [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/ |
H A D | FSAccountMgmtException.java | 31 import com.sun.identity.federation.common.FSException; 36 public class FSAccountMgmtException extends FSException {
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/ |
H A D | FSPostLoginException.java | 31 import com.sun.identity.federation.common.FSException; 41 public class FSPostLoginException extends FSException {
|
H A D | FSPreLoginException.java | 31 import com.sun.identity.federation.common.FSException; 39 public class FSPreLoginException extends FSException {
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/ |
H A D | FSSignatureException.java | 31 import com.sun.identity.federation.common.FSException; 36 public class FSSignatureException extends FSException {
|
H A D | FSAttributeStatementHelper.java | 38 import com.sun.identity.federation.common.FSException; 73 * @exception FSException if an error occurred 77 throws FSException 88 throw new FSException(fae); 116 throw new FSException(se); 120 throw new FSException(ie); 142 throw new FSException(ex); 150 private static Element getAttributeValue(String value) throws FSException { 152 throw new FSException("nullInputParameter", null); 166 throw new FSException(e [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/ |
H A D | FSMsgException.java | 31 import com.sun.identity.federation.common.FSException; 41 public class FSMsgException extends FSException {
|
H A D | EncryptedNameIdentifier.java | 31 import com.sun.identity.federation.common.FSException; 98 * @throws FSException on error. 102 throws FSException { 107 throw new FSException("nullInputParameter", null); 126 throw new FSException(ae); 145 * @exception FSException for failure. 149 String dataEncAlgorithm, int dataEncStrength) throws FSException { 154 throw new FSException("nullInputParameter", null); 180 throw new FSException(ee); 184 throw new FSException("EncryptionFaile [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/ |
H A D | FSMsgException.java | 31 import com.sun.identity.federation.common.FSException; 41 public class FSMsgException extends FSException {
|
H A D | EncryptedNameIdentifier.java | 31 import com.sun.identity.federation.common.FSException; 98 * @throws FSException on error. 102 throws FSException { 107 throw new FSException("nullInputParameter", null); 126 throw new FSException(ae); 145 * @exception FSException for failure. 149 String dataEncAlgorithm, int dataEncStrength) throws FSException { 154 throw new FSException("nullInputParameter", null); 180 throw new FSException(ee); 184 throw new FSException("EncryptionFaile [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/ |
H A D | FSException.java | 25 * $Id: FSException.java,v 1.3 2008/06/25 05:46:40 qcheng Exp $ 53 * unchecked exception (either FSException or RuntimeException). 61 * exceptions (FSException). 67 * An exception of type FSException can embed any 74 * FSException(message,Throwable) 82 * FSException should probably be thrown only by external API's. 94 * Steps for creating FSException Sub-classes and messages 105 * 3. Create a sub-class of FSException and override the constructors. 107 * public class FSAccountManagementException extends FSException { 124 * FSException u 161 public class FSException extends L10NMessageImpl { class in inherits:L10NMessageImpl 183 public FSException(String rbName, String errorCode, Object[] args) { method in class:FSException 192 public FSException(String errorCode, Object[] args) { method in class:FSException 202 public FSException(String errorCode, Object[] args, Throwable rootCause) { method in class:FSException 214 public FSException(String message) { method in class:FSException 226 public FSException(Throwable rootCause, String message) { method in class:FSException 238 public FSException(Exception ex) { method in class:FSException [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/ |
H A D | FSException.java | 25 * $Id: FSException.java,v 1.3 2008/06/25 05:46:40 qcheng Exp $ 53 * unchecked exception (either FSException or RuntimeException). 61 * exceptions (FSException). 67 * An exception of type FSException can embed any 74 * FSException(message,Throwable) 82 * FSException should probably be thrown only by external API's. 94 * Steps for creating FSException Sub-classes and messages 105 * 3. Create a sub-class of FSException and override the constructors. 107 * public class FSAccountManagementException extends FSException { 124 * FSException u 161 public class FSException extends L10NMessageImpl { class in inherits:L10NMessageImpl 183 public FSException(String rbName, String errorCode, Object[] args) { method in class:FSException 192 public FSException(String errorCode, Object[] args) { method in class:FSException 202 public FSException(String errorCode, Object[] args, Throwable rootCause) { method in class:FSException 214 public FSException(String message) { method in class:FSException 226 public FSException(Throwable rootCause, String message) { method in class:FSException 238 public FSException(Exception ex) { method in class:FSException [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/jaxrpc/ |
H A D | LibertyManagerClient.java | 41 import com.sun.identity.federation.common.FSException; 77 * @exception FSException if any failure. 82 ) throws FSException 120 throw new FSException( 126 throw new FSException( 132 throw new FSException( 143 * @exception FSException if any failure. 148 ) throws FSException 180 throw new FSException( 186 throw new FSException( [all...] |