Serializablepublic class ConfigurationInvalidExceptionSurrogate extends Exception
This class signals that the ConfigurationSurrogate whose validity was being
 tested was found to be invalid.
 
 
Documentation for this type is blank, since it is a 1:1 proxy of Exception.
Exception, 
Serialized Form| Constructor | Description | 
|---|---|
| ConfigurationInvalidExceptionSurrogate(Throwable cause) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | equals(Object obj) | |
| Throwable | fillInStackTrace() | |
| Throwable | getCause() | |
| String | getLocalizedMessage() | |
| String | getMessage() | |
| StackTraceElement[] | getStackTrace() | |
| int | hashCode() | |
| Throwable | initCause(Throwable cause) | |
| void | printStackTrace() | |
| void | printStackTrace(PrintStream s) | |
| void | printStackTrace(PrintWriter s) | |
| void | setStackTrace(StackTraceElement[] stackTrace) | |
| String | toString() | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitaddSuppressed, getSuppressedThrowable cause
public ConfigurationInvalidExceptionSurrogate(Throwable cause)
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableThrowable.fillInStackTrace()public Throwable getCause()
getCause in class ThrowableThrowable.getCause()public String getLocalizedMessage()
getLocalizedMessage in class ThrowableThrowable.getLocalizedMessage()public String getMessage()
getMessage in class ThrowableThrowable.getMessage()public StackTraceElement[] getStackTrace()
getStackTrace in class ThrowableThrowable.getStackTrace()public int hashCode()
hashCode in class ObjectObject.hashCode()public Throwable initCause(Throwable cause)
initCause in class ThrowableThrowable.initCause(java.lang.Throwable)public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintStream)public void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintWriter)public void setStackTrace(StackTraceElement[] stackTrace)
setStackTrace in class ThrowableThrowable.setStackTrace(java.lang.StackTraceElement[])public String toString()
toString in class ThrowableThrowable.toString()Copyright © 2005-2025 Intergral Information Solutions GmbH. All Rights Reserved.