org.jboss.remoting
Class SubsystemNotSupported

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

public class SubsystemNotSupported
extends Exception

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

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

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

getSubsystem

public String getSubsystem()

getLocator

public InvokerLocator getLocator()


Copyright © 2004 JBoss Inc. All Rights Reserved.