Package com.im.df.impl.db.sprovider
Class UpgradeIJCSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.im.df.impl.db.sprovider.UpgradeIJCSchemaException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UsersLoggedInException
public class UpgradeIJCSchemaException extends RuntimeException
Exception during IJC schema upgrade.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpgradeIJCSchemaException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UpgradeIJCSchemaException
public UpgradeIJCSchemaException(String message)
-
-