Class RemoteUpdateServiceNotAvailableException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- opencard.core.OpenCardException
 - 
- opencard.core.service.CardServiceException
 - 
- de.cardcontact.opencard.service.remoteclient.RemoteUpdateServiceNotAvailableException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class RemoteUpdateServiceNotAvailableException extends CardServiceException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RemoteUpdateServiceNotAvailableException()Creates a new exception without detail message.RemoteUpdateServiceNotAvailableException(java.lang.String msg)Creates a new exception with the given detail message. 
 - 
 
- 
- 
Constructor Detail
- 
RemoteUpdateServiceNotAvailableException
public RemoteUpdateServiceNotAvailableException()
Creates a new exception without detail message. 
- 
RemoteUpdateServiceNotAvailableException
public RemoteUpdateServiceNotAvailableException(java.lang.String msg)
Creates a new exception with the given detail message.- Parameters:
 msg- a string indicating why this exception is thrown
 
 - 
 
 -