Skip navigation links

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

E10689-01


oracle.wsm.policyimport.compatibility
Class CompatibilityCheckException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.wsm.common.exception.BaseException
              extended by oracle.wsm.policyimport.compatibility.CompatibilityCheckException

All Implemented Interfaces:
Serializable, PolicyMessageID

public class CompatibilityCheckException
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
CompatibilityCheckException(String errorCode)
          To create an exception with a predefined component-based error code.
CompatibilityCheckException(String errorCode, Object[] args)
          To create an exception with a predefined component-based error code and an array of argument values that will be formated according to errorCode's corresponding message string.
CompatibilityCheckException(String errorCode, Object[] args, Throwable cause)
          To create an exception with a predefined component-based error code and an array of argument values that will be formated according to errorCode's corresponding message string, plus the parent cause of the exception.
CompatibilityCheckException(String errorCode, Throwable cause)
          To create an exception with a predefined component-based error code and a parent cause (an Exception or Throwable).
CompatibilityCheckException(Throwable cause)
          To create an exception without error code but the parent cause, an exception or Throwable.

 

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

CompatibilityCheckException

public CompatibilityCheckException(String errorCode)
To create an exception with a predefined component-based error code. The errorCode should be defined in correspondingMessageCode.java and its corresponding English message should be defined in module specific resouce bundle class
Parameters:
errorCode - The predefined component-base error code

CompatibilityCheckException

public CompatibilityCheckException(Throwable cause)
To create an exception without error code but the parent cause, an exception or Throwable. The parent cause's message will be inheriated.
Parameters:
cause -

CompatibilityCheckException

public CompatibilityCheckException(String errorCode,
                                   Object[] args)
To create an exception with a predefined component-based error code and an array of argument values that will be formated according to errorCode's corresponding message string. The errorCode should be defined in correspondingMessageCode.java and its corresponding English message should be defined in ExceptionBundle_en_US.properties
Parameters:
errorCode - The predefined component-based error code defined in corresoibdubgMessageCode.java
args - The array of argument values

CompatibilityCheckException

public CompatibilityCheckException(String errorCode,
                                   Throwable cause)
To create an exception with a predefined component-based error code and a parent cause (an Exception or Throwable). The parent cause's message will be inheriated; usually used for Exception conversion to convert a parent cause to BaseException.
Parameters:
errorCode - The predefined component-based error code defined in correspondingMessageCode.java
cause - The parent Throwable

CompatibilityCheckException

public CompatibilityCheckException(String errorCode,
                                   Object[] args,
                                   Throwable cause)
To create an exception with a predefined component-based error code and an array of argument values that will be formated according to errorCode's corresponding message string, plus the parent cause of the exception. The message of corresponding errorCode is used instead of message on parent casue. This constructor is usually used for exception conversion to convert parent cause to BaseException with new message.
Parameters:
errorCode - The predefined component-based error code defined in correspondingMessageCode.java
args - The array of argument values
cause - The parent Throwable

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.