org.jboss.remoting
Class SubsystemNotSupported

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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.

Version:
$Revision: 1216 $
Author:
Jeff Haynie
See Also:
Serialized Form

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

getSubsystem

public java.lang.String getSubsystem()

getLocator

public InvokerLocator getLocator()


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.