org.jboss.remoting
Class SubsystemNotSupported
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SubsystemNotSupported
public SubsystemNotSupported(String subsystem,
InvokerLocator locator)
getSubsystem
public String getSubsystem()
getLocator
public InvokerLocator getLocator()
Copyright © 2004 JBoss Inc. All Rights Reserved.