Style Intelligence v12.0

inetsoft.sree.store
Class ArchiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.