Skip navigation links

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

E10689-01


oracle.fabric.common.legacypolicy
Class LegacyPolicyFeatureNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.wsm.common.exception.BaseException
              extended by oracle.fabric.common.legacypolicy.LegacyPolicyFeatureNotSupportedException

All Implemented Interfaces:
Serializable, LegacyPolicyMessageID

public class LegacyPolicyFeatureNotSupportedException
extends BaseException
implements LegacyPolicyMessageID
Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/fabric/common/legacypolicy/LegacyPolicyFeatureNotSupportedException.java /st_owsm/4 2009/02/01 07:16:30 vkdwived Exp $
Author:
atugupta
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.legacypolicy.LegacyPolicyMessageID
ENC_ALG_NOT_SUPPORTED, IF_TS_ADDED_MUST_BE_SIGNED, INCLUDE_CREATIONTIME_IF_TS_PRESENT, KEY_TRANSPORT_METHOD_NOT_SUPPORTED, LEGACY_POLICY_PARSE_FAILED_EXCEPTION, METHOD_MUST_BE_SENDER_VOUCHES, MORE_THAN_ONE_KEY_TRANS_ALGO, MORE_THAN_ONE_SIGN_ALGO, NAMEFORMAT_MUST_BE_UNSPECIFIED, ONLY_ONE_SUBJECT_CONFIRM_METHOD, SIGN_ALGO_NOT_RSA_SHA_1, UNSUPPORTED_LEGACY_POLICY

 

Constructor Summary
LegacyPolicyFeatureNotSupportedException(String faultCodeLocalName)
          Construct the fault with a predefined fault code.
LegacyPolicyFeatureNotSupportedException(String message, Object... arguments)
           

 

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

LegacyPolicyFeatureNotSupportedException

public LegacyPolicyFeatureNotSupportedException(String faultCodeLocalName)
Construct the fault with a predefined fault code. The fault code should be defined in LegacyPolicyMessageID.java and its corresponding English message should be defined in LegacyPolicyMessageBundle.java
Parameters:
faultCode - The predefined fault code

LegacyPolicyFeatureNotSupportedException

public LegacyPolicyFeatureNotSupportedException(String message,
                                                Object... arguments)

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.