com.fullspan.kat.exception
Class KatServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.fullspan.kat.exception.KatException
              extended bycom.fullspan.kat.exception.KatServiceException
All Implemented Interfaces:
java.io.Serializable

public class KatServiceException
extends KatException

Author:
Mitch Stuart
See Also:
Serialized Form

Constructor Summary
KatServiceException(java.util.List errorMessageList)
           
KatServiceException(java.lang.String message)
           
KatServiceException(java.lang.String message, java.util.List errorMessageList)
           
KatServiceException(java.lang.String message, java.lang.Throwable cause)
           
KatServiceException(java.lang.String message, java.lang.Throwable cause, java.util.List errorMessageList)
           
 
Method Summary
 java.util.List getErrorMessageList()
           
 
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
 

Constructor Detail

KatServiceException

public KatServiceException(java.lang.String message)

KatServiceException

public KatServiceException(java.lang.String message,
                           java.lang.Throwable cause)

KatServiceException

public KatServiceException(java.lang.String message,
                           java.util.List errorMessageList)

KatServiceException

public KatServiceException(java.lang.String message,
                           java.lang.Throwable cause,
                           java.util.List errorMessageList)

KatServiceException

public KatServiceException(java.util.List errorMessageList)
Method Detail

getErrorMessageList

public java.util.List getErrorMessageList()