org.edg.data.reptor.storage
Class NotSEException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.reptor.ReptorException
                          |
                          +--org.edg.data.reptor.storage.NotSEException
All Implemented Interfaces:
java.io.Serializable

public class NotSEException
extends ReptorException

Thrown if the StorageResource is not an SE

Version:
$Id: NotSEException.java,v 1.1 2003/04/14 13:31:24 pkunszt Exp $
Author:
Peter Kunszt
See Also:
Serialized Form

Constructor Summary
NotSEException(java.lang.Exception e)
           
NotSEException(java.lang.String s)
           
 
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

NotSEException

public NotSEException(java.lang.String s)

NotSEException

public NotSEException(java.lang.Exception e)