org.minetti.astrodevice.common.orb.exception
Class IiopBusinessException
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.IiopBusinessException
- All Implemented Interfaces:
- Serializable
public final class IiopBusinessException
- extends IiopException
Remote business exception produced by astroDeviceServer.
- Author:
- Jean-Philippe MINETTI
- See Also:
- Serialized Form
IiopBusinessException
public IiopBusinessException(String serverName,
String hostname,
String message,
String userShortMessage,
String userLongMessage,
String userSolution)
- Constructor.
- Parameters:
serverName - Name given to astroDeviceServer instance.hostname - Hostname where astroDeviceServer is hosted.message - Detail message (used for logging).userShortMessage - Short description to the user about the exception.userLongMessage - Long description to the user about the exception.userSolution - Message to the user for resolve the exception.
Copyright © 2012 astroDevice. All Rights Reserved.