Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policy.advertisement
Class AdvertisementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.wsm.common.exception.BaseException
              extended by oracle.wsm.policy.advertisement.AdvertisementException

All Implemented Interfaces:
Serializable, PolicyMessageID

public class AdvertisementException
extends BaseException
implements PolicyMessageID
See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.wsm.common.exception.BaseException
m_arguments, m_bundleType, m_errorCode

 

Fields inherited from interface oracle.wsm.resources.policy.PolicyMessageID
ASSERTION_CLONE_FAILED_EXCEPTION, ASSERTION_INIT_EXCEPTION, ASSERTION_PARSE_FAILED_EXCEPTION, ASSERTION_SERIALIZATION_FAILED, ASSERTION_TEMPLATE_CLONE_FAILED_EXCEPTION, AT_PARSE_FAILED_EXCEPTION, CANNOT_HANDLE_ASSERTION_TYPE, CANNOT_RESOLVE_POLICYREFERENCE, CLASS_NOT_FOUND_EXCEPTION, CLASSLOAD_EXCEPTION, CONFIG_PARSE_FAILED_EXCEPTION, ERROR_XML_FROM_STRING, GENERIC_ERROR, ILLEGAL_ACCESS_EXCEPTION, ILLEGAL_RESOURCE_EXCEPTION, INCORRECT_ASSERTION_CLASS_FOR_QNAME, INPUT_OUTPUT_EXCEPTION, INSTANTIATION_EXCEPTION, INVALID_ATTACH_TO, INVALID_POLICY_ATTACHMENT, INVALID_POLICY_REFERENCE, INVALID_POLICYSET_TIMESTAMP, INVALID_WSDL_PATTERN, MANY_ASSERTIONS_TEMPLATE, MARSHAL_EXCEPTION, MULTI_ELEMENT_ASSERTION_DESERIALIZATION_TO_STRING_EXCEPTION, MULTI_ELEMENT_ASSERTION_SERIALIZATION_TO_STRING_EXCEPTION, MUST_BINDINGWS_NODE, NO_DOMAIN_EXPRESSION_SPECIFIED, NO_INTERSECT_DEFINED, NO_KNOWN_POLICY, NO_MERGE_DEFINED, NOMATCHING_POLICIES, NOMATCHING_POLICIES2, NORMALIZED_NOT_DEFINED, OBJECT_NOT_AN_ASSERTION, PARSER_CONFIGURATION_EXCEPTION, POLICY_ATTACHMENT_PARSE_FAILED_EXCEPTION, POLICY_CLONE_FAILED_EXCEPTION, POLICY_PARSE_FAILED_EXCEPTION, PROPERTY_NAME_REQUIRED, PROPERTY_TYPE_REQUIRED, SAX_EXCEPTION, STANDARD_SERIALIZE_DESERIALIZE_ENTRIES_EXCEPTION, TOO_MANY_BINDINGS, TOO_MANY_BINDINGS_FOR_QNAME, TOO_MANY_GUARDS, TOO_MANY_POLICY_SUBELEMENTS_FOR_QNAME, UNDEFINED_ADVERTISEMENT_LEVEL, UNEXPECTED_ADVERTISEMENT_ERROR, UNEXPECTED_ASSERTION_TYPE, UNEXPECTED_POLICY_MODEL_ERROR, UNKNOWN_ELEMENT, WRITE_ASSERTION_TRANSFORMER_EXCEPTION, WRITE_AT_TRANSFORMER_EXCEPTION, WRITE_CONFIG_TRANSFORMER_EXCEPTION, WRITE_POL_REF_TRANSFORMER_EXCEPTION, WRITE_POL_SUBJ_TRANSFORMER_EXCEPTION, WRITE_POLICY_ATTACHMENT_TRANSFORMER_EXCEPTION, WRITE_POLICY_SET_TRANSFORMER_EXCEPTION, WRITE_POLICY_TRANSFORMER_EXCEPTION, WSDL_FRAGMENT_NOT_SUPPORTED, WSDL_POLICY_PARSE_ERROR, WSDL_POLICY_REFERENCE_PARSE_ERROR, WSDL_POLICY_SERIALIZATION_ERROR, WSDL_POLICYSUBJECTS_NOT_MATCH, WSDL_SERIALIZATION_ERROR, XPATH_EXPRESSION_EXCEPTION

 

Constructor Summary
AdvertisementException(String errorCode)
           
AdvertisementException(String errorCode, Object[] args)
           
AdvertisementException(String errorCode, Object[] args, String details)
           
AdvertisementException(String errorCode, Object[] args, String details, Throwable cause)
           
AdvertisementException(String errorCode, String details)
           
AdvertisementException(String errorCode, String details, Throwable cause)
           
AdvertisementException(Throwable cause)
           

 

Method Summary

 

Methods inherited from class oracle.wsm.common.exception.BaseException
getArguments, getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, setBundleType

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AdvertisementException

public AdvertisementException(String errorCode)

AdvertisementException

public AdvertisementException(String errorCode,
                              String details)

AdvertisementException

public AdvertisementException(Throwable cause)

AdvertisementException

public AdvertisementException(String errorCode,
                              Object[] args,
                              String details)

AdvertisementException

public AdvertisementException(String errorCode,
                              Object[] args)

AdvertisementException

public AdvertisementException(String errorCode,
                              String details,
                              Throwable cause)

AdvertisementException

public AdvertisementException(String errorCode,
                              Object[] args,
                              String details,
                              Throwable cause)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.