Package com.openkm.exception
Class ImportStationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.openkm.exception.ImportStationException
-
- All Implemented Interfaces:
Serializable
public class ImportStationException extends Exception
Import Station exception.- Author:
- jabad
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportStationException(String message)Public constructor.ImportStationException(String message, Throwable e)Public constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-