javax.resource

Class NotSupportedException


public class NotSupportedException
extends ResourceException

Constructor Summary

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

Method Summary

Methods inherited from class javax.resource.ResourceException

getErrorCode, getLinkedException, setErrorCode, setLinkedException, toString

Constructor Details

NotSupportedException

public NotSupportedException()

NotSupportedException

public NotSupportedException(String message)

NotSupportedException

public NotSupportedException(String message,
                             String errorCode)

NotSupportedException

public NotSupportedException(String message,
                             Throwable cause)

NotSupportedException

public NotSupportedException(Throwable cause)