public class ApplicationVersionRemovalException extends SecurityServiceException
ApplicationVersionRemovalException
is thrown if a security provider
encounters a problem while handling the deletion of an application version.
This exception wrappers an exception with the same name from the
weblogic.security.spi
package.
NestedThrowable.Util
nested
Constructor and Description |
---|
ApplicationVersionRemovalException()
Constructs a
ApplicationVersionRemovalException with no arguments. |
ApplicationVersionRemovalException(java.lang.String msg)
Constructs a
ApplicationVersionRemovalException with the specified
detail message. |
ApplicationVersionRemovalException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a
ApplicationVersionRemovalException with a detail message and
a nested exception. |
ApplicationVersionRemovalException(java.lang.Throwable nested)
Constructs a
ApplicationVersionRemovalException with a nested exception. |
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
public ApplicationVersionRemovalException()
ApplicationVersionRemovalException
with no arguments.public ApplicationVersionRemovalException(java.lang.String msg)
ApplicationVersionRemovalException
with the specified
detail message. A detail message is a String that describes this particular exception.msg
- a String providing additional information about this exception.public ApplicationVersionRemovalException(java.lang.Throwable nested)
ApplicationVersionRemovalException
with a nested exception.nested
- a Throwable
object to wrapper as part of this exception.public ApplicationVersionRemovalException(java.lang.String msg, java.lang.Throwable nested)
ApplicationVersionRemovalException
with a detail message and
a nested exception.msg
- a String providing additional information about this exception.nested
- a Throwable
object to wrapper as part of this exception.