Package com.onwbp.adaptation
Class InvalidChangeError
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- com.onwbp.adaptation.InvalidChangeError
- All Implemented Interfaces:
Serializable
@Deprecated public final class InvalidChangeError extends RuntimeException
Deprecated.No more used since 5.2.6.Exception thrown when an operation is not allowed.
-
Constructor Summary
Constructors Constructor Description InvalidChangeError (String aMessage)
Deprecated.InvalidChangeError (String aMessage, Throwable aThrowable)
Deprecated.InvalidChangeError (Throwable aThrowable)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-