Package lumis.portal.structure.sync
Class InvalidStructureFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.structure.sync.InvalidStructureFileException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidStructureVersionException
public class InvalidStructureFileException extends Exception
Exception thrown when a structure file could not be read because it is invalid.- Since:
- 6.2.0
- Version:
- $Revision: 14542 $ $Date: 2012-07-30 11:24:54 -0300 (Mon, 30 Jul 2012) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidStructureFileException(String message)
InvalidStructureFileException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-