com.force.sdk.oauth.context.store
Class ContextStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.force.sdk.oauth.context.store.ContextStoreException
All Implemented Interfaces:
Serializable

public class ContextStoreException
extends Exception

Thrown by a SecurityContextStore when an issue occurs.

Author:
John Simone
See Also:
Serialized Form

Constructor Summary
ContextStoreException(Exception e)
          Used for wrapping other exceptions with a ContextStoreException.
 
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

ContextStoreException

public ContextStoreException(Exception e)
Used for wrapping other exceptions with a ContextStoreException.

Parameters:
e - - the exception to wrap


Copyright © 2011. All Rights Reserved.