Codota Logo
SystemException
Code IndexAdd Codota to your IDE (free)

How to use
SystemException
in
com.arjuna.wst

Best Java code snippets using com.arjuna.wst.SystemException (Showing top 20 results out of 315)

  • Common ways to obtain SystemException
private void myMethod () {
SystemException s =
  • Codota Iconnew SystemException()
  • Codota IconString str;new SystemException(str)
  • Codota IconException ex;new SystemException(ex.toString())
  • Smart code suggestions by Codota
}
origin: org.jboss.jbossts.xts/jbossxts

public void beginSubordinate(int timeout) throws WrongStateException, SystemException
{
  throw new SystemException("UserBusinessActivityStandaloneImple does not support subordinate transactions");
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * @return the status value.
 */
public String status () throws SystemException
{
  try
  {
    if (_resource != null)
    {
      return _resource.status();
    }
    else
      throw new SystemException("InvalidParticipant");
  }
  catch (com.arjuna.wst.SystemException ex)
  {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

/**
 * @return the status value.
 */
public String status () throws SystemException
{
  try
  {
    if (_resource != null)
    {
      return _resource.status();
    }
    else
      throw new SystemException("InvalidParticipant");
  }
  catch (com.arjuna.wst.SystemException ex)
  {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

/**
 * method provided for the benefit of UserSubordinateTransactionImple to allow it
 * to begin a subordinate transaction which requires an existing context to be
 * installed on the thread before it will start and instal la new transaction
 *
 * @param timeout
 * @throws com.arjuna.wst.WrongStateException
 * @throws com.arjuna.wst.SystemException
 */
public void beginSubordinate(int timeout) throws WrongStateException, SystemException
{
  throw new SystemException("UserTransactionStandaloneImple does not support subordinate transactions");
}
origin: org.jboss.jbossts.xts/wstx11

/**
 * @return the status value.
 */
public String status () throws SystemException
{
  try
  {
    if (_resource != null)
    {
      return _resource.status();
    }
    else
      throw new SystemException("InvalidParticipant");
  }
  catch (com.arjuna.wst.SystemException ex)
  {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts.xts/wstx11

/**
 * method provided for the benefit of UserSubordinateTransactionImple to allow it
 * to begin a subordinate transaction which requires an existing context to be
 * installed on the thread before it will start and instal la new transaction
 *
 * @param timeout
 * @throws com.arjuna.wst.WrongStateException
 * @throws com.arjuna.wst.SystemException
 */
public void beginSubordinate(int timeout) throws WrongStateException, SystemException
{
  throw new SystemException("UserTransactionStandaloneImple does not support subordinate transactions");
}
origin: org.jboss.jbossts.xts/wstx11

public void close () throws InvalidParticipantException,
    WrongStateException, SystemException
{
  try
  {
    if (_resource != null)
    {
      _resource.close();
    }
    else
      throw new InvalidParticipantException();
  }
  catch (com.arjuna.wst.WrongStateException ex)
  {
    throw new WrongStateException(ex.toString());
  }
  catch (com.arjuna.wst.SystemException ex)
  {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts.xts/wstx11

public void beginSubordinate(int timeout) throws WrongStateException, SystemException
{
  throw new SystemException("UserBusinessActivityStandaloneImple does not support subordinate transactions");
}
origin: org.jboss.jbossts.xts/jbossxts

public void close () throws InvalidParticipantException,
    WrongStateException, SystemException
{
  try
  {
    if (_resource != null)
    {
      _resource.close();
    }
    else
      throw new InvalidParticipantException();
  }
  catch (com.arjuna.wst.WrongStateException ex)
  {
    throw new WrongStateException(ex.toString());
  }
  catch (com.arjuna.wst.SystemException ex)
  {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

public void beginSubordinate(int timeout) throws WrongStateException, SystemException
{
  throw new SystemException("UserBusinessActivityStandaloneImple does not support subordinate transactions");
}
origin: org.jboss.jbossts/jbossxts

public void close () throws InvalidParticipantException,
    WrongStateException, SystemException
{
  try
  {
    if (_resource != null)
    {
      _resource.close();
    }
    else
      throw new InvalidParticipantException();
  }
  catch (com.arjuna.wst.WrongStateException ex)
  {
    throw new WrongStateException(ex.toString());
  }
  catch (com.arjuna.wst.SystemException ex)
  {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * method provided for the benefit of UserSubordinateTransactionImple to allow it
 * to begin a subordinate transaction which requires an existing context to be
 * installed on the thread before it will start and instal la new transaction
 *
 * @param timeout
 * @throws com.arjuna.wst.WrongStateException
 * @throws com.arjuna.wst.SystemException
 */
public void beginSubordinate(int timeout) throws WrongStateException, SystemException
{
  throw new SystemException("UserTransactionStandaloneImple does not support subordinate transactions");
}
origin: org.jboss.jbossts/jbossxts

  public void complete () throws InvalidParticipantException,
      WrongStateException, SystemException
  {
    if (_resource != null)
    {
      try
      {
        ((BusinessAgreementWithCoordinatorCompletionParticipant) _resource)
            .complete();
      }
      catch (com.arjuna.wst.WrongStateException ex)
      {
        throw new WrongStateException(ex.toString());
      }
      catch (com.arjuna.wst.SystemException ex)
      {
        throw new SystemException(ex.toString());
      }
    }
    else
      throw new InvalidParticipantException();
  }
}
origin: org.jboss.jbossts.xts/jbossxts

public void fail (final QName exceptionIdentifier) throws SystemException
{
  try {
    _theTx.participantFaulted(_participantId);
  } catch (com.arjuna.mw.wscf.exceptions.InvalidParticipantException ex) {
    throw new SystemException("UnknownParticipantException");
  } catch (com.arjuna.mw.wsas.exceptions.SystemException ex) {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts.xts/jbossxts

  public void complete () throws InvalidParticipantException,
      WrongStateException, SystemException
  {
    if (_resource != null)
    {
      try
      {
        ((BusinessAgreementWithCoordinatorCompletionParticipant) _resource)
            .complete();
      }
      catch (com.arjuna.wst.WrongStateException ex)
      {
        throw new WrongStateException(ex.toString());
      }
      catch (com.arjuna.wst.SystemException ex)
      {
        throw new SystemException(ex.toString());
      }
    }
    else
      throw new InvalidParticipantException();
  }
}
origin: org.jboss.jbossts.xts/jbossxts

public int replay () throws SystemException
{
  throw new SystemException(
      wstxLogger.i18NLogger.get_mwlabs_wst_at_remote_Transaction11ManagerImple_1());
}
origin: org.jboss.jbossts.xts/wstx11

  public void complete () throws InvalidParticipantException,
      WrongStateException, SystemException
  {
    if (_resource != null)
    {
      try
      {
        ((BusinessAgreementWithCoordinatorCompletionParticipant) _resource)
            .complete();
      }
      catch (com.arjuna.wst.WrongStateException ex)
      {
        throw new WrongStateException(ex.toString());
      }
      catch (com.arjuna.wst.SystemException ex)
      {
        throw new SystemException(ex.toString());
      }
    }
    else
      throw new InvalidParticipantException();
  }
}
origin: org.jboss.jbossts.xts/wstx11

public void fail (final QName exceptionIdentifier) throws SystemException
{
  try {
    _theTx.participantFaulted(_participantId);
  } catch (com.arjuna.mw.wscf.exceptions.InvalidParticipantException ex) {
    throw new SystemException("UnknownParticipantException");
  } catch (com.arjuna.mw.wsas.exceptions.SystemException ex) {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

public void compensate () throws CompensateFailedException,
    InvalidParticipantException, WrongStateException, SystemException
{
  try
  {
    if (_resource != null)
    {
      _resource.compensate();
    }
    else
      throw new InvalidParticipantException();
  }
  catch (com.arjuna.wst.FaultedException ex)
  {
    throw new CompensateFailedException();
  }
  catch (com.arjuna.wst.WrongStateException ex)
  {
    throw new WrongStateException(ex.toString());
  }
  catch (com.arjuna.wst.SystemException ex)
  {
    throw new SystemException(ex.toString());
  }
}
origin: org.jboss.jbossts/jbossxts

public int replay () throws SystemException
{
  throw new SystemException(
      wstxLogger.i18NLogger.get_mwlabs_wst_at_remote_Transaction11ManagerImple_1());
}
com.arjuna.wstSystemException

Javadoc

Thrown if a general exception is encountered (one not supported by any other exception.)

Most used methods

  • <init>
  • toString

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (Timer)
  • addToBackStack (FragmentTransaction)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • Menu (java.awt)
  • BufferedReader (java.io)
    Reads text from a character-input stream, buffering characters so as to provide for the efficient re
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Notification (javax.management)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now