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

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.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

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
IiopTechnicalException(String serverName, String hostname, String userShortMessage, String userSolution, Throwable e)
          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

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.