Java javax ejb ejbtransactionrolledbackexception

Java javax ejb ejbtransactionrolledbackexception

Current transaction has been rollbacked.

Since: EJB 3.0 version. Author: Florent Benoit See Also: EJB 3.0 specification, Serialized Form

Constructor Summary
EJBTransactionRolledbackException ()
Default constructor : builds an exception with an empty message.
EJBTransactionRolledbackException (java.lang.String message)
Build an exception with the given message.
EJBTransactionRolledbackException (java.lang.String message, java.lang.Exception causedByException)
Build an exception with the given message and given exception.
Method Summary
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

EJBTransactionRolledbackException

public EJBTransactionRolledbackException()

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message)

Parameters: message — the given message to use.

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message, java.lang.Exception causedByException)

Parameters: message — the given message to use. causedByException — the cause of this exception.

Overview Package Class Use Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Copyright � 2008. All Rights Reserved.

Источник

Java javax ejb ejbtransactionrolledbackexception

This exception is thrown to a remote client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless.

Constructor Summary
EJBTransactionRolledbackException ()
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException (java.lang.String message)
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException (java.lang.String message, java.lang.Exception ex)
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
Method Summary
Methods inherited from class javax.ejb.EJBException
getCausedByException
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

EJBTransactionRolledbackException

public EJBTransactionRolledbackException()

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message)

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message, java.lang.Exception ex)

Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.

Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Источник

Java javax ejb ejbtransactionrolledbackexception

This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless.

Version: $Revision: 1.1.2.6 $ See Also: Serialized Form

Constructor Summary
EJBTransactionRolledbackException ()
Constructs a TransactionRolledbackLocalException with no detail message.
EJBTransactionRolledbackException (java.lang.Exception ex)
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
EJBTransactionRolledbackException (java.lang.String message)
Constructs a TransactionRolledbackLocalException with the specified detailed message.
EJBTransactionRolledbackException (java.lang.String message, java.lang.Exception ex)
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
Method Summary
Methods inherited from class javax.ejb.EJBException
getCausedByException
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

EJBTransactionRolledbackException

public EJBTransactionRolledbackException()

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message)

Parameters: message — — The detailed message.

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message, java.lang.Exception ex)

Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.

Parameters: message — — The detailed message. ex — — The originally thrown exception.

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.Exception ex)

Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.

Parameters: message — — The detailed message. ex — — The originally thrown exception.

Overview Package Class Use Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Источник

Java javax ejb ejbtransactionrolledbackexception

This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless

Constructor Summary
EJBTransactionRolledbackException ()
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException (java.lang.String message)
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException (java.lang.String message, java.lang.Exception ex)
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
Method Summary
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

EJBTransactionRolledbackException

public EJBTransactionRolledbackException()

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message)

EJBTransactionRolledbackException

public EJBTransactionRolledbackException(java.lang.String message, java.lang.Exception ex)

Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.

Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Источник

Java javax ejb ejbtransactionrolledbackexception

This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless

Constructor Summary
EJBTransactionRolledbackException ()
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException (String message)
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException (String message, Exception ex)
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
Method Summary
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

EJBTransactionRolledbackException

public EJBTransactionRolledbackException()

EJBTransactionRolledbackException


EJBTransactionRolledbackException

Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.

Overview Package Class Tree Deprecated Index Help
Java EE 5 SDK
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.

Источник

Читайте также:  Change html code to css
Оцените статью