org.jboss.invocation
Class JBossLazyUnmarshallingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.invocation.JBossLazyUnmarshallingException
All Implemented Interfaces:
Serializable

public class JBossLazyUnmarshallingException
extends RuntimeException

Typed JBoss exception for when unmarshalling data for a remote invocation and can not be unmarshall (deserialize).

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
JBossLazyUnmarshallingException(String msg)
           
 
Method Summary
 
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

JBossLazyUnmarshallingException

public JBossLazyUnmarshallingException(String msg)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.