Searched refs:DSTException (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTException.java25 * $Id: DSTException.java,v 1.2 2008/06/25 05:47:13 qcheng Exp $
33 * The <code>DSTException</code> class represents a error while
39 public class DSTException extends Exception { class in inherits:Exception
44 public DSTException(Throwable t) { method in class:DSTException
54 public DSTException(String msg) { method in class:DSTException
H A DDSTUtils.java59 public static Element parseXML(String xml) throws DSTException {
65 throw new DSTException(ex);
69 public static Status parseStatus(Element element) throws DSTException {
72 throw new DSTException(bundle.getString("nullInputParams"));
86 throw new DSTException(bundle.getString("invalidStatus"));
98 throw new DSTException(bundle.getString("invalidStatus"));
H A DDSTClient.java236 * @exception DSTException if the <code>resourceOffering</code> is not valid
244 ) throws DSTException {
247 throw new DSTException(
270 * @exception DSTException if the <code>resourceOffering</code> is not valid
275 throws DSTException {
278 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
290 * @exception DSTException.
293 throws DSTException {
303 throw new DSTException(DSTUtils.bundle.getString("noResourceID"));
313 throw new DSTException(
[all...]
H A DDSTModification.java115 * @throws DSTException
117 public DSTModification(org.w3c.dom.Element element) throws DSTException{
120 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
125 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
131 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
155 throw new DSTException(
161 throw new DSTException(
169 throw new DSTException(
H A DDSTModify.java161 * @exception DSTException
163 public DSTModify(org.w3c.dom.Element element) throws DSTException{
166 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
171 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
176 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
188 throw new DSTException(
194 throw new DSTException(
202 throw new DSTException(
H A DDSTModifyResponse.java87 * @throws DSTException
89 public DSTModifyResponse(org.w3c.dom.Element element) throws DSTException{
92 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
98 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
104 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
124 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
138 throw new DSTException(
146 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
H A DDSTQuery.java147 * @throws DSTException
149 public DSTQuery(org.w3c.dom.Element element) throws DSTException{
152 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
157 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
162 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
173 throw new DSTException(
179 throw new DSTException(
187 throw new DSTException(
H A DDSTQueryResponse.java117 * @throws DSTException
119 public DSTQueryResponse(org.w3c.dom.Element element) throws DSTException {
122 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
128 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
134 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
153 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
171 throw new DSTException(
179 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
H A DDSTData.java87 * @throws DSTException
89 public DSTData(org.w3c.dom.Element element) throws DSTException{
92 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
97 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
102 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
H A DDSTQueryItem.java112 * @throws DSTException
114 public DSTQueryItem(org.w3c.dom.Element element) throws DSTException{
117 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
122 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
127 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
152 throw new DSTException(
158 throw new DSTException(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTException.java25 * $Id: DSTException.java,v 1.2 2008/06/25 05:47:13 qcheng Exp $
33 * The <code>DSTException</code> class represents a error while
39 public class DSTException extends Exception { class in inherits:Exception
44 public DSTException(Throwable t) { method in class:DSTException
54 public DSTException(String msg) { method in class:DSTException
H A DDSTUtils.java59 public static Element parseXML(String xml) throws DSTException {
65 throw new DSTException(ex);
69 public static Status parseStatus(Element element) throws DSTException {
72 throw new DSTException(bundle.getString("nullInputParams"));
86 throw new DSTException(bundle.getString("invalidStatus"));
98 throw new DSTException(bundle.getString("invalidStatus"));
H A DDSTClient.java236 * @exception DSTException if the <code>resourceOffering</code> is not valid
244 ) throws DSTException {
247 throw new DSTException(
270 * @exception DSTException if the <code>resourceOffering</code> is not valid
275 throws DSTException {
278 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
290 * @exception DSTException.
293 throws DSTException {
303 throw new DSTException(DSTUtils.bundle.getString("noResourceID"));
313 throw new DSTException(
[all...]
H A DDSTModification.java115 * @throws DSTException
117 public DSTModification(org.w3c.dom.Element element) throws DSTException{
120 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
125 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
131 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
155 throw new DSTException(
161 throw new DSTException(
169 throw new DSTException(
H A DDSTModify.java161 * @exception DSTException
163 public DSTModify(org.w3c.dom.Element element) throws DSTException{
166 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
171 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
176 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
188 throw new DSTException(
194 throw new DSTException(
202 throw new DSTException(
H A DDSTModifyResponse.java87 * @throws DSTException
89 public DSTModifyResponse(org.w3c.dom.Element element) throws DSTException{
92 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
98 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
104 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
124 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
138 throw new DSTException(
146 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
H A DDSTQuery.java147 * @throws DSTException
149 public DSTQuery(org.w3c.dom.Element element) throws DSTException{
152 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
157 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
162 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
173 throw new DSTException(
179 throw new DSTException(
187 throw new DSTException(
H A DDSTQueryResponse.java117 * @throws DSTException
119 public DSTQueryResponse(org.w3c.dom.Element element) throws DSTException {
122 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
128 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
134 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
153 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
171 throw new DSTException(
179 throw new DSTException(DSTUtils.bundle.getString("noStatus"));
H A DDSTData.java87 * @throws DSTException
89 public DSTData(org.w3c.dom.Element element) throws DSTException{
92 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
97 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
102 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
H A DDSTQueryItem.java112 * @throws DSTException
114 public DSTQueryItem(org.w3c.dom.Element element) throws DSTException{
117 throw new DSTException(DSTUtils.bundle.getString("nullInputParams"));
122 throw new DSTException(DSTUtils.bundle.getString("invalidElement"));
127 throw new DSTException(DSTUtils.bundle.getString("noNameSpace"));
152 throw new DSTException(
158 throw new DSTException(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/service/
H A DDSTRequestHandler.java41 import com.sun.identity.liberty.ws.dst.DSTException;
118 * @exception DSTException for any failure.
122 throws SOAPFaultException, DSTException {
138 * @exception DSTException.
141 throws DSTException {
151 throw new DSTException(e);
162 * @exception DSTException for failure.
167 throws SOAPFaultException, DSTException;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/service/
H A DDSTRequestHandler.java41 import com.sun.identity.liberty.ws.dst.DSTException;
118 * @exception DSTException for any failure.
122 throws SOAPFaultException, DSTException {
138 * @exception DSTException.
141 throws DSTException {
151 throw new DSTException(e);
162 * @exception DSTException for failure.
167 throws SOAPFaultException, DSTException;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPRequestHandler.java44 import com.sun.identity.liberty.ws.dst.DSTException;
114 throws SOAPFaultException, DSTException {
149 throw new DSTException(
154 throw new DSTException(ie);
157 throw new DSTException(
161 throw new DSTException(sbe);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPRequestHandler.java44 import com.sun.identity.liberty.ws.dst.DSTException;
114 throws SOAPFaultException, DSTException {
149 throw new DSTException(
154 throw new DSTException(ie);
157 throw new DSTException(
161 throw new DSTException(sbe);

Completed in 42 milliseconds