com.adobe.solutions.sne
Class SNEException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.solutions.sne.SNEException
All Implemented Interfaces:
Serializable

public class SNEException
extends Exception

See Also:
Serialized Form

Constructor Summary
SNEException(String key)
          A constructor that finds exception string using key.
SNEException(String key, String message)
          Throw exception with custom message
SNEException(String key, String[] args)
          A constructor that finds the exception string using key and merges arguments.
SNEException(String key, String[] args, Throwable cause)
          A constructor that finds the exception string using key and merges arguments alongwith throwable cause
SNEException(String key, String message, Throwable cause)
          Throw exception with message and cause throwable
SNEException(String key, Throwable cause)
          A constructor that finds the exception string using key and cause throwable
SNEException(Throwable cause)
          Throw exception with cause throwable
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SNEException

public SNEException(String key)
A constructor that finds exception string using key.

Parameters:
key - key for finding the exception message

SNEException

public SNEException(Throwable cause)
Throw exception with cause throwable

Parameters:
cause - throwable cause

SNEException

public SNEException(String key,
                    String message)
Throw exception with custom message

Parameters:
key - key for finding the
message - custom message

SNEException

public SNEException(String key,
                    String message,
                    Throwable cause)
Throw exception with message and cause throwable

Parameters:
key - key for finding the exception message
message - custom exception message
cause - throwable cause

SNEException

public SNEException(String key,
                    String[] args)
A constructor that finds the exception string using key and merges arguments.

Parameters:
key - key for finding exception message
args - arguments to be merged in exception message string

SNEException

public SNEException(String key,
                    Throwable cause)
A constructor that finds the exception string using key and cause throwable

Parameters:
key - key to find the exception string
cause - throwable cause

SNEException

public SNEException(String key,
                    String[] args,
                    Throwable cause)
A constructor that finds the exception string using key and merges arguments alongwith throwable cause

Parameters:
key - key to find exception string
args - arguments to be merged in exception string
cause - throwable cause


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