edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.BaseException
                  extended by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.XStreamException
                      extended by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.XStream.InitializationException
                          extended by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.InitializationException
All Implemented Interfaces:
Serializable

public class InitializationException
extends XStream.InitializationException

Exception thrown configuring an XStream instance.

Since:
1.3
Author:
Joe Walnes, Jörg Schaible
See Also:
Serialized Form

Constructor Summary
InitializationException(String message)
           
InitializationException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.XStreamException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

InitializationException

public InitializationException(String message,
                               Throwable cause)

InitializationException

public InitializationException(String message)


Copyright © 2012 Internet2. All Rights Reserved.