common.commun
Class NoHandlerForConnectionTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by exceptions.MyRuntimeException
                  extended by common.commun.NoHandlerForConnectionTypeException
All Implemented Interfaces:
StandardExceptionMessageProvider, java.io.Serializable

public class NoHandlerForConnectionTypeException
extends MyRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class exceptions.MyRuntimeException
standardMessage
 
Constructor Summary
NoHandlerForConnectionTypeException(java.lang.String type)
           
 
Method Summary
 java.lang.String getConnectionType()
           
 
Methods inherited from class exceptions.MyRuntimeException
getStandardMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoHandlerForConnectionTypeException

public NoHandlerForConnectionTypeException(java.lang.String type)
Method Detail

getConnectionType

public java.lang.String getConnectionType()