amber.server.exception
Class AmberMessagingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--amber.server.exception.AmberException
                    |
                    +--amber.server.exception.AmberMessagingException
All Implemented Interfaces:
java.io.Serializable

public class AmberMessagingException
extends AmberException

This class is used to propogate MessagingExceptions within Amber. Creation date: (25/10/01 13:46:40)

See Also:
Serialized Form

Constructor Summary
AmberMessagingException(int errorCode)
          AmberMessagingException constructor comment.
AmberMessagingException(java.lang.String msg)
          AmberMessagingException constructor comment.
AmberMessagingException(java.lang.String msg, int errorCode)
          AmberMessagingException constructor comment.
AmberMessagingException(java.lang.String msg, int errorCode, java.lang.Throwable ex)
          AmberMessagingException constructor comment.
AmberMessagingException(java.lang.String msg, java.lang.Throwable ex)
          AmberMessagingException constructor comment.
 
Methods inherited from class amber.server.exception.AmberException
addException, getErrorCode, getPriorException, printStackTrace, printStackTrace, printStackTrace, setErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmberMessagingException

public AmberMessagingException(int errorCode)
AmberMessagingException constructor comment.
Parameters:
errorCode - int

AmberMessagingException

public AmberMessagingException(java.lang.String msg)
AmberMessagingException constructor comment.
Parameters:
msg - java.lang.String

AmberMessagingException

public AmberMessagingException(java.lang.String msg,
                               int errorCode)
AmberMessagingException constructor comment.
Parameters:
msg - java.lang.String
errorCode - int

AmberMessagingException

public AmberMessagingException(java.lang.String msg,
                               int errorCode,
                               java.lang.Throwable ex)
AmberMessagingException constructor comment.
Parameters:
msg - java.lang.String
errorCode - int
ex - java.lang.Throwable

AmberMessagingException

public AmberMessagingException(java.lang.String msg,
                               java.lang.Throwable ex)
AmberMessagingException constructor comment.
Parameters:
msg - java.lang.String
ex - java.lang.Throwable


Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.