public class ApplicationVersionCreationException extends SecuritySpiException
ApplicationVersionCreationException
is thrown if a security provider
encounters a problem while handling the creation of a new application version. NestedThrowable.Util
nested
Constructor and Description |
---|
ApplicationVersionCreationException()
Constructs a
ApplicationVersionCreationException with no arguments. |
ApplicationVersionCreationException(java.lang.String msg)
Constructs a
ApplicationVersionCreationException with the specified
detail message. |
ApplicationVersionCreationException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a
ApplicationVersionCreationException with a detail message and
a nested exception. |
ApplicationVersionCreationException(java.lang.Throwable nested)
Constructs a
ApplicationVersionCreationException with a nested exception. |
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
public ApplicationVersionCreationException()
ApplicationVersionCreationException
with no arguments.public ApplicationVersionCreationException(java.lang.String msg)
ApplicationVersionCreationException
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 ApplicationVersionCreationException(java.lang.Throwable nested)
ApplicationVersionCreationException
with a nested exception.nested
- a Throwable
object to wrapper as part of this exception.public ApplicationVersionCreationException(java.lang.String msg, java.lang.Throwable nested)
ApplicationVersionCreationException
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.