com.adobe.edc.sdk.impl
Class ExceptionHandler

java.lang.Object
  extended by com.adobe.edc.sdk.impl.ExceptionHandler

public class ExceptionHandler
extends Object


Constructor Summary
ExceptionHandler()
           
 
Method Summary
static void throwException(Exception cause)
           
static void throwException(int errorCode)
           
static void throwException(int errorCode, Exception cause)
           
static void throwException(String message)
           
static void throwException(String message, Exception cause)
           
static void throwException(String message, int errorCode)
           
static void throwException(String message, int errorCode, Exception cause)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

throwException

public static void throwException(Exception cause)
                           throws SDKException
Throws:
SDKException

throwException

public static void throwException(String message,
                                  int errorCode,
                                  Exception cause)
                           throws SDKException
Throws:
SDKException

throwException

public static void throwException(String message,
                                  Exception cause)
                           throws SDKException
Throws:
SDKException

throwException

public static void throwException(int errorCode,
                                  Exception cause)
                           throws SDKException
Throws:
SDKException

throwException

public static void throwException(String message,
                                  int errorCode)
                           throws SDKException
Throws:
SDKException

throwException

public static void throwException(String message)
                           throws SDKException
Throws:
SDKException

throwException

public static void throwException(int errorCode)
                           throws SDKException
Throws:
SDKException


[an error occurred while processing this directive] [an error occurred while processing this directive]