org.jboss.remoting
Class SubsystemNotSupported

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.remoting.SubsystemNotSupported
All Implemented Interfaces:
java.io.Serializable

public class SubsystemNotSupported
extends java.lang.Exception

SubsystemNotSupported is raised by a ServerInvoker when the target subsystem is not supported on the target VM.

See Also:
Serialized Form

Constructor Summary
SubsystemNotSupported(java.lang.String subsystem, InvokerLocator (src)  locator)
           
 
Method Summary
 InvokerLocator (src) getLocator()
           
 java.lang.String getSubsystem()
           
 
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

SubsystemNotSupported

public SubsystemNotSupported(java.lang.String subsystem,
                             InvokerLocator (src)  locator)
Method Detail

getSubsystem

public java.lang.String getSubsystem()

getLocator

public InvokerLocator (src)  getLocator()