Joram 4.3.20

org.objectweb.joram.shared.excepts
Class DestinationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.joram.shared.excepts.MomException
              extended by org.objectweb.joram.shared.excepts.DestinationException
All Implemented Interfaces:
java.io.Serializable

public class DestinationException
extends MomException

A DestinationException is thrown by a destination while deleting if requesters are still active, and in a proxy method when trying to access a non existing destination.

See Also:
Serialized Form

Constructor Summary
DestinationException(java.lang.String info)
          Constructs a DestinationException instance.
 
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

DestinationException

public DestinationException(java.lang.String info)
Constructs a DestinationException instance.


Joram 4.3.20

Copyright © 2005 Scalagent - All rights reserved