com.sap.netweaver.coll.shared.api.extension
Class ValueSetProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.ip.collaboration.core.api.util.exception.BaseException
                    |
                    +--com.sap.netweaver.coll.shared.api.extension.ValueSetProviderException
All Implemented Interfaces:
com.sap.ip.collaboration.core.api.util.exception.IBaseException, java.io.Serializable

public class ValueSetProviderException
extends com.sap.ip.collaboration.core.api.util.exception.BaseException

Class implementing an exception for value set provider. Schould be thrown only if an provider cannot execute.

See Also:
Serialized Form

Fields inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException
DONT_LOG, LOG
 
Constructor Summary
ValueSetProviderException()
          constructs a new BaseException.
ValueSetProviderException(java.lang.String text)
          constructs a new BaseException.
ValueSetProviderException(java.lang.Throwable aCausingThrowable)
          constructs a new BaseException with a causing throwable for exception chaining.
ValueSetProviderException(java.lang.Throwable aCausingThrowable, java.lang.String text)
          constructs a new BaseException.
 
Methods inherited from class com.sap.ip.collaboration.core.api.util.exception.BaseException
getCausingThrowable, getMessage, getMessage, getRootThrowable, getText, isLogged, logException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueSetProviderException

public ValueSetProviderException()
constructs a new BaseException.

ValueSetProviderException

public ValueSetProviderException(java.lang.String text)
constructs a new BaseException.
Parameters:
text - the Text of the Exception

ValueSetProviderException

public ValueSetProviderException(java.lang.Throwable aCausingThrowable,
                                 java.lang.String text)
constructs a new BaseException.
Parameters:
aCausingThrowable - causing throwable for exception chaining, of null if there is no causing exception
text - the Text of the Exception

ValueSetProviderException

public ValueSetProviderException(java.lang.Throwable aCausingThrowable)
constructs a new BaseException with a causing throwable for exception chaining. The exception message is taken from the root exception.
Parameters:
aCausingThrowable - causing throwable for exception chaining, of null if there is no causing exception