com.businessobjects.rebean.wi
Class UnsupportedFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.businessobjects.rebean.wi.REException
                  extended by com.businessobjects.rebean.wi.UnsupportedFeatureException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedFeatureException
extends REException

The UnsupportedFeatureException class extends REException and is launched while calling a server with unsupported feature or while accessing an unauthorized feature.

Since:
12.0
See Also:
Serialized Form

Constructor Summary
UnsupportedFeatureException(java.lang.String message, java.lang.String localMessage, int errorCode, java.lang.String fullErrorCode)
          Constructor.
 
Method Summary
 
Methods inherited from class com.businessobjects.rebean.wi.REException
getCode, getErrorCode, getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedFeatureException

public UnsupportedFeatureException(java.lang.String message,
                                   java.lang.String localMessage,
                                   int errorCode,
                                   java.lang.String fullErrorCode)
Constructor.

Parameters:
message -
localMessage -
errorCode -
fullErrorCode -