javax.resource.spi

Class IllegalStateException


public class IllegalStateException
extends ResourceException

Constructor Summary

IllegalStateException()
IllegalStateException(String message)
IllegalStateException(String message, String errorCode)
IllegalStateException(String message, Throwable cause)
IllegalStateException(Throwable cause)

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

IllegalStateException

public IllegalStateException()

IllegalStateException

public IllegalStateException(String message)

IllegalStateException

public IllegalStateException(String message,
                             String errorCode)

IllegalStateException

public IllegalStateException(String message,
                             Throwable cause)

IllegalStateException

public IllegalStateException(Throwable cause)