com.novell.sentinel.client.bean
Class BeanTransporterBase.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.sentinel.client.bean.BeanTransporterBase.ParseException
All Implemented Interfaces:
Serializable
Enclosing class:
BeanTransporterBase<B extends SentinelBean,P>

public static class BeanTransporterBase.ParseException
extends Exception

Generic carrier exception to allow derived classes to report errors in parsing HTTP results. The supplied cause will be reported to the client handler's onError() method wrapped by an HttpException.

See Also:
Serialized Form

Constructor Summary
BeanTransporterBase.ParseException(Throwable cause)
           
 
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

BeanTransporterBase.ParseException

public BeanTransporterBase.ParseException(Throwable cause)