Class DestinationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.objectweb.joram.shared.excepts.MomException
-
- org.objectweb.joram.shared.excepts.DestinationException
-
- All Implemented Interfaces:
Serializable
public class DestinationException extends MomException
ADestinationExceptionis 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
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDdefine serialVersionUID for interoperability-
Fields inherited from class org.objectweb.joram.shared.excepts.MomException
type
-
-
Constructor Summary
Constructors Constructor Description DestinationException(String info)Constructs aDestinationExceptioninstance.
-
Method Summary
-
Methods inherited from class org.objectweb.joram.shared.excepts.MomException
getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DestinationException
public DestinationException(String info)
Constructs aDestinationExceptioninstance.- Parameters:
info- Information.
-
-