public class VIBUpdateFailedException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
cvsRev |
| Constructor and Description |
|---|
VIBUpdateFailedException()
Create an exception will a null message.
|
VIBUpdateFailedException(java.lang.String reason)
Create an exception with a message indicating why.
|
VIBUpdateFailedException(java.lang.String reason,
java.lang.Throwable exception)
Create an exception as a wrapper for another exception with an additional
exlanation as to why.
|
VIBUpdateFailedException(java.lang.Throwable exception)
Create an exception as a wrapper for another exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the message of the embedded exception if there is no message
recorded in this exception.
|
java.lang.Throwable |
getOriginalException() |
void |
printStackTrace(java.io.PrintStream s)
Prints the stream for the embedded exception if there is one.
|
public static final java.lang.String cvsRev
public VIBUpdateFailedException()
public VIBUpdateFailedException(java.lang.String reason)
reason - the reason for this exception.public VIBUpdateFailedException(java.lang.String reason,
java.lang.Throwable exception)
reason - the reason for this exception.exception - the wrapped exceptionpublic VIBUpdateFailedException(java.lang.Throwable exception)
exception - the wrapped exceptionpublic java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()public java.lang.Throwable getOriginalException()
public void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.ThrowableThrowable.printStackTrace(java.io.PrintStream)Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.