com.retek.component.internet
Class ExABusinessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retek.component.internet.ExAException
              extended bycom.retek.component.internet.ExABusinessException
All Implemented Interfaces:
java.io.Serializable

public class ExABusinessException
extends ExAException

This class maintains business-oriented exception information for the external API.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Constructor Summary
ExABusinessException(java.lang.String headerMsg)
           
ExABusinessException(java.lang.String headerMsg, java.util.Set problems)
           
 
Method Summary
 java.util.Set getProblems()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExABusinessException

public ExABusinessException(java.lang.String headerMsg)

ExABusinessException

public ExABusinessException(java.lang.String headerMsg,
                            java.util.Set problems)
Method Detail

getProblems

public java.util.Set getProblems()

toString

public java.lang.String toString()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28