org.minetti.astrodevice.common.orb.exception
Class IiopBusinessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.minetti.astrodevice.common.orb.exception.IiopException
                      extended by 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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
IiopBusinessException(String serverName, String hostname, String message, String userShortMessage, String userLongMessage, String userSolution)
          Constructor.
 
Method Summary
 
Methods inherited from class org.minetti.astrodevice.common.orb.exception.IiopException
getHostname, getLocalizedMessage, getMessage, getServerName, getUserLongMessage, getUserShortMessage, getUserSolution, toString
 
Methods inherited from class java.rmi.RemoteException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.