org.orange.kicsa.service
Class ServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.orange.kicsa.service.ServiceException

public class ServiceException
extends RuntimeException
implements NestedException

This exception is thrown when condition occurred


Constructor Summary
ServiceException(Throwable someRootCause)
          Constructs an Exception with a detailed message.
ServiceException(String someMessage, Throwable someRootCause)
           
ServiceException(String someMessage)
           

Method Summary
 ThrowablegetNestedThrowable()
           
 voidprintStackTrace(java.io.PrintStream s)
           
 voidprintStackTrace(java.io.PrintWriter w)
           
 StringtoString()
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

ServiceException

public ServiceException(Throwable someRootCause)
Constructs an Exception with a detailed message.
Parameters:
Message The message associated with the exception.

ServiceException

public ServiceException(String someMessage, Throwable someRootCause)

ServiceException

public ServiceException(String someMessage)
Method Detail

getNestedThrowable

public Throwable getNestedThrowable()

printStackTrace

public void printStackTrace(java.io.PrintStream s)

printStackTrace

public void printStackTrace(java.io.PrintWriter w)

toString

public String toString()

Association Links

to Class java.lang.Throwable

Dependency Links

to Class java.lang.RuntimeException

to Class org.orange.util.NestedException

to Class java.lang.Throwable

to Class java.lang.String

to Class java.lang.StringBuffer

to Class java.io.PrintStream

to Class org.orange.util.NestedException.Helper

to Class java.io.PrintWriter

to Class Diagram org.orange.util

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>