Skip navigation links


oracle.iam.request.tasklist.vo
Class TLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.request.tasklist.vo.TLException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TLValidationException

public class TLException
extends java.lang.Exception
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
TLException(java.lang.String key)
           
TLException(java.lang.String key, java.lang.String[] args)
           

 

Method Summary
 java.util.Map getValidationErrors()
           
 void setValidationErrors(java.util.Map error)
           

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

TLException

public TLException(java.lang.String key,
                   java.lang.String[] args)

TLException

public TLException(java.lang.String key)

Method Detail

getValidationErrors

public java.util.Map getValidationErrors()

setValidationErrors

public void setValidationErrors(java.util.Map error)

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.