stsci.arci.exceptions
Class ArchiveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--stsci.arci.exceptions.ArchiveException
All Implemented Interfaces:
java.io.Serializable

public class ArchiveException
extends java.rmi.RemoteException

To be thrown by thee Archive when something goes wrong.

See Also:
Serialized Form

Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ArchiveException(java.lang.String msg)
           
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchiveException

public ArchiveException(java.lang.String msg)