org.ow2.cmi.reference
Class ServerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.cmi.reference.ServerNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class ServerNotFoundException
- extends java.lang.Exception
Indicate that a server cannot be found.
- Author:
- Loris Bouzonnet
- See Also:
- Serialized Form
| 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 |
ServerNotFoundException
public ServerNotFoundException(java.lang.String message,
ServerRef serverRef)
ServerNotFoundException
public ServerNotFoundException(java.lang.String message,
java.lang.Throwable cause,
ServerRef serverRef)
ServerNotFoundException
public ServerNotFoundException(java.lang.String message,
java.lang.String providerUrl)
- Parameters:
message - providerUrl -
getServerRef
public ServerRef getServerRef()
- Returns:
- the reference on the server that cannot be found
Copyright © 2009 OW2 Consortium. All Rights Reserved.