|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
org.ikasan.common.CommonException
org.ikasan.framework.FrameworkException
public class FrameworkException
FrameworkException exception extends the CommonException to allow categorisation of the thrown exception at the point it is thrown. If no ExceptionType is specified a default of UNDEFINED will be used.
| Field Summary |
|---|
| Fields inherited from class org.ikasan.common.CommonException |
|---|
exceptionType |
| Constructor Summary | |
|---|---|
FrameworkException()
Constructs a new framework exception with null
as its detail message and an UNDEFINED ExceptionType. |
|
FrameworkException(ExceptionType exceptionType)
Constructs a new framework exception with null
as its detail message and a specified exception type. |
|
FrameworkException(String message)
Constructs a new framework exception with the specified detail message and an UNDEFINED ExceptionType. |
|
FrameworkException(String message,
ExceptionType exceptionType)
Constructs a new framework exception with the specified detail message and given ExceptionType. |
|
FrameworkException(String message,
Throwable cause)
Constructs a new framework exception with the specified detail message and cause and an UNDEFINED ExceptionType. |
|
FrameworkException(String message,
Throwable cause,
ExceptionType exceptionType)
Constructs a new framework exception with the specified detail message and cause and the specified exception type. |
|
FrameworkException(Throwable cause)
Constructs a new framework exception with the specified cause and an UNDEFINED ExceptionType. |
|
FrameworkException(Throwable cause,
ExceptionType exceptionType)
Constructs a new framework exception with the specified cause and the specified exception type. |
|
| Method Summary |
|---|
| Methods inherited from class org.ikasan.common.CommonException |
|---|
getExceptionType, setExceptionType |
| Methods inherited from class javax.resource.ResourceException |
|---|
getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FrameworkException()
null
as its detail message and an UNDEFINED ExceptionType.
public FrameworkException(ExceptionType exceptionType)
null
as its detail message and a specified exception type.
exceptionType - the exception typepublic FrameworkException(String message)
message - the detail message.
public FrameworkException(String message,
ExceptionType exceptionType)
message - the detail message.exceptionType - the exception type
public FrameworkException(String message,
Throwable cause)
message - the detail message.cause - the cause.
public FrameworkException(String message,
Throwable cause,
ExceptionType exceptionType)
message - the detail message.cause - the cause.exceptionType - the exception typepublic FrameworkException(Throwable cause)
cause - the cause
public FrameworkException(Throwable cause,
ExceptionType exceptionType)
cause - the causeexceptionType - the exception type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||