• Platform
    • Manager
    • Maestro
    • Exchange
    • Workspaces
    • Analytics
    • Springboard
    • API
Journey SDK

Journey SDK

  • Getting Started
  • Developer Guide
  • References
  • Services Guide

›Exception

com.avoka.tm.func

  • com.avoka.tm.func
  • Classes

    • Class DeliveryFuncResult
    • Class DeliveryFuncResultBuilder
    • Class FormFuncResult
    • Class FuncParam

    Interface

    • Interface IFluentFunction

com.avoka.tm.http

  • com.avoka.tm.http
  • Classes

    • Class DeleteRequest
    • Class GetRequest
    • Class HttpRequest
    • Class HttpRequest.FileParam
    • Class HttpRequest.Param
    • Class HttpResponse
    • Class PatchRequest
    • Class PostRequest
    • Class PutRequest
    • Class RequestBuilder

com.avoka.tm.job

  • com.avoka.tm.job
  • Classes

    • Class ActionResult
    • Class ActionResultBuilder
    • Class Jobs

com.avoka.tm.query

  • com.avoka.tm.query
  • Classes

    • Class JobQuery
    • Class PropertyQuery
    • Class RefDataQuery
    • Class SpaceQuery
    • Class SvcConnQuery
    • Class SvcDefQuery
    • Class TxnHistoryQuery
    • Class TxnQuery
    • Class UserQuery

    Enum

    • Enum TxnHistoryQuery.Time
    • Enum TxnQuery.Time

com.avoka.tm.security

  • com.avoka.tm.security
  • Classes

    • Class Saml2Parser
    • Class Saml2ParserResult
    • Class SsoAuthToken

com.avoka.tm.svc

  • com.avoka.tm.svc
  • Classes

    • Class DeliveryTxnBuilder
    • Class Emailer
    • Class ErrorLogger
    • Class EventLogger
    • Class FluentFuncInvoker
    • Class GroovyServiceInvoker
    • Class JobUpdater
    • Class PropertyBuilder
    • Class ReceiptSvc
    • Class RefDataSvc
    • Class ServiceInvoker
    • Class SvcConnUpdater
    • Class TrackingCodeBuilder
    • Class TxnBuilder
    • Class TxnCheckpointSvc
    • Class TxnUpdater
    • Class UserBuilder

com.avoka.tm.test

  • com.avoka.tm.test
  • Classes

    • Class AbstractJUnitTest
    • Class JUnitTestRunner
    • Class JUnitTestRunner.TestWrapper
    • Class MockRegister
    • Class MockRequest
    • Class MockResponse
    • Class MockServletContext
    • Class MockVoBuilder

    Exception

    • junittestexception

com.avoka.tm.util

  • com.avoka.tm.util
  • Classes

    • Class Contract
    • Class DeliveryResult
    • Class DeliveryResultBuilder
    • Class Logger
    • Class MemCache
    • Class ObjectMapper
    • Class Path
    • Class Security
    • Class Threads
    • Class TxnUrlBuilder
    • Class VelTemplate
    • Class XmlDoc

    Enum

    • Enum ObjectMapper.MappingStrategy

    Exception

    • redirectexception

com.avoka.tm.vo

  • com.avoka.tm.vo
  • Classes

    • Class FileAttach
    • Class Form
    • Class Job
    • Class JobAction
    • Class JobStep
    • Class Space
    • Class SvcConn
    • Class SvcDef
    • Class Txn
    • Class TxnCheckpoint
    • Class TxnDeliveryFunc
    • Class User

Project Build Files

Class RedirectException

  • java.lang.Object

    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.avoka.fc.core.servlet.RedirectException
            • com.avoka.tm.util.RedirectException
  • All Implemented Interfaces:

    java.io.Serializable


public class RedirectException
extends com.avoka.fc.core.servlet.RedirectException

Provides an redirect exception which can be used to redirect the user to another location.

By convention if the redirect target URL is prefixed with '/' then the web applications context path will be prepended to the target URL. For example:

 '/form-expired.htm' -> 'http://www.mycorp.com/forms/form-expired.htm' 

Note this URL context path pre-pending should be done by the calling code and will not be done by this class.

Since:

5.0

See Also:

[Serialized Form](../../../../serialized-form.html#com.avoka.tm.util.RedirectException)
    • Constructor Summary

      Constructors

      Constructor and Description

      [RedirectException](../../../../com/avoka/tm/util/RedirectException.html#RedirectException-java.lang.String-)(java.lang.String target)

      Create a Redirect exception with the given target URL.

*   ### Method Summary
    
    *   ### Methods inherited from class com.avoka.fc.core.servlet.RedirectException
        
        `getTarget, toString`
    
    *   ### Methods inherited from class java.lang.Throwable
        
        `addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace`
    
    *   ### Methods inherited from class java.lang.Object
        
        `equals, getClass, hashCode, notify, notifyAll, wait, wait, wait`
    • Constructor Detail

      • RedirectException

        public RedirectException(java.lang.String target)

        Create a Redirect exception with the given target URL.

        By convention if the redirect target URL is prefixed with '/' then the web applications context path will be prepended to the target URL. For example:

        '/form-expired.htm' -> 'http://www.mycorp.com/forms/form-expired.htm'

        Note this URL context path pre-pending should be done by the calling code and will not be done by this class.

        Parameters:

        target - the redirect target URL

Skip navigation links

  • Overview

  • Package

  • Class

  • Tree

  • Deprecated

  • Index

  • Help

  • Prev Class

  • Next Class

  • Frames

  • No Frames

  • All Classes

  • Summary:

  • Nested |

  • Field |

  • Constr |

  • Method

  • Detail:

  • Field |

  • Constr |

  • Method

← Enum ObjectMapper.MappingStrategycom.avoka.tm.vo →
  • Class RedirectException
    • Constructor Summary
    • Constructor Detail

Terms & Conditions

Privacy Policy

Cookie Policy

Copyright © 2003-2022 Temenos Headquarters SA