org.edg.data.reptor.storage
Class NotCastorSRMException

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

public class NotCastorSRMException
extends ReptorException

Thrown when a Castor SRM is expected but a non-castor SRM object is trying to return it

Version:
$Id: NotCastorSRMException.java,v 1.1 2003/05/09 21:08:26 pkunszt Exp $
Author:
Peter Kunszt
See Also:
Serialized Form

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

NotCastorSRMException

public NotCastorSRMException(java.lang.String s)

NotCastorSRMException

public NotCastorSRMException(java.lang.Exception e)