-
Interfaces Interface Description jakarta.resource.spi.security.GenericCredential The preferred way to represent generic credential information is via theorg.ietf.jgss.GSSCredential
interface in J2SE Version 1.4, which provides similar functionality.
-
Methods Method Description jakarta.resource.cci.ResourceWarning.getLinkedWarning() Java™ release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer togetCause
andinitCause
methods of thejava.lang.Throwable
class.jakarta.resource.cci.ResourceWarning.setLinkedWarning(ResourceWarning) J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer togetCause
andinitCause
methods of thejava.lang.Throwable
class.jakarta.resource.ResourceException.getLinkedException() J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer togetCause
andinitCause
methods of thejava.lang.Throwable
class..jakarta.resource.ResourceException.setLinkedException(Exception) J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer togetCause
andinitCause
methods of thejava.lang.Throwable
class.