inetsoft.sree.store
Class ArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
inetsoft.sree.store.ArchiveException
- All Implemented Interfaces:
- Serializable
public class ArchiveException
- extends Exception
Archive exception.
- See Also:
- Serialized Form
|
Constructor Summary |
ArchiveException()
Constructs an ArchiveException with null
as its error detail message. |
ArchiveException(String msg)
Constructs an ArchiveException with the specified detail
message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArchiveException
public ArchiveException()
- Constructs an
ArchiveException with null
as its error detail message.
ArchiveException
public ArchiveException(String msg)
- Constructs an
ArchiveException with the specified detail
message. The error message string msg can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable.
- Parameters:
msg - the detail message.