Package com.bea.wcp.profile
Class OperationNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.bea.wcp.profile.ProfileException
com.bea.wcp.profile.OperationNotSupportedException
- All Implemented Interfaces:
Serializable
If a Profile Service provider does not support a particular API method,
it should throw this exception.
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationNotSupportedException(String message) OperationNotSupportedException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationNotSupportedException
-
OperationNotSupportedException
-