|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.businessobjects.rebean.wi.REException
com.businessobjects.rebean.wi.UnsupportedFeatureException
public class UnsupportedFeatureException
The UnsupportedFeatureException class extends REException and is launched while calling a server with unsupported feature or while
accessing an unauthorized feature.
| 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 |
|---|
public UnsupportedFeatureException(java.lang.String message,
java.lang.String localMessage,
int errorCode,
java.lang.String fullErrorCode)
message - localMessage - errorCode - fullErrorCode -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||