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

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

public class ForceEncryptionException
extends Exception

Thrown when an error occurs during encryption.

Author:
John Simone
See Also:
Serialized Form

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

ForceEncryptionException

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

Parameters:
e - - the exception to wrap


Copyright © 2011. All Rights Reserved.