Package com.im.df.impl.db.persist
Class AlreadyLoggedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.im.df.impl.db.persist.AlreadyLoggedException
-
- All Implemented Interfaces:
Serializable
public class AlreadyLoggedException extends RuntimeException
Exception which is thrown when user is trying to log the second time to the same IJC DB server.- Author:
- Petr Hamernik
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyLoggedException(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
-
AlreadyLoggedException
public AlreadyLoggedException(String message)
-
-