org.minetti.astrodevice.common.orb.exception
Class IiopTechnicalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.minetti.astrodevice.common.orb.exception.IiopException
org.minetti.astrodevice.common.orb.exception.IiopTechnicalException
- All Implemented Interfaces:
- Serializable
public final class IiopTechnicalException
- extends IiopException
Remote technical exception produced by astroDeviceServer.
- Author:
- Jean-Philippe MINETTI
- See Also:
- Serialized Form
IiopTechnicalException
public IiopTechnicalException(String serverName,
String hostname,
String userShortMessage,
String userSolution,
Throwable e)
- Constructor.
- Parameters:
serverName - Name given to astroDeviceServer instance.hostname - Hostname where astroDeviceServer is hosted.userShortMessage - Short description to the user about the exception.userSolution - Message to the user for resolve the exception.e - Exceptions produced by astroDeviceServer.
Copyright © 2012 astroDevice. All Rights Reserved.