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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSException.java25 * $Id: PAOSException.java,v 1.3 2008/06/25 05:47:19 qcheng Exp $
35 * The <code>PAOSException</code> class represents a error while
40 public class PAOSException extends L10NMessageImpl { class in inherits:L10NMessageImpl
43 * Constructs a new <code>PAOSException</code> without a nested
56 public PAOSException(String rbName, String errorCode, Object[] args) { method in class:PAOSException
61 * Constructs a new <code>PAOSException</code> with the given
68 public PAOSException(String message) { method in class:PAOSException
73 * Constructs an <code>PAOSException</code> with given
79 public PAOSException(Throwable t) { method in class:PAOSException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSException.java25 * $Id: PAOSException.java,v 1.3 2008/06/25 05:47:19 qcheng Exp $
35 * The <code>PAOSException</code> class represents a error while
40 public class PAOSException extends L10NMessageImpl { class in inherits:L10NMessageImpl
43 * Constructs a new <code>PAOSException</code> without a nested
56 public PAOSException(String rbName, String errorCode, Object[] args) { method in class:PAOSException
61 * Constructs a new <code>PAOSException</code> with the given
68 public PAOSException(String message) { method in class:PAOSException
73 * Constructs an <code>PAOSException</code> with given
79 public PAOSException(Throwable t) { method in class:PAOSException

Completed in 34 milliseconds