com.compoze.domino
Class CounterException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.compoze.util.NestedException
|
+--com.compoze.domino.DominoException
|
+--com.compoze.domino.CounterException
- All Implemented Interfaces:
- java.io.Serializable
- public class CounterException
- extends DominoException
- implements java.io.Serializable
This class is an exception that indicates a counter exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CounterException
public CounterException()
- Constructor.
CounterException
public CounterException(java.lang.String sMessage)
- Constructor.
- Parameters:
sMessage
- a detail message for the exception
CounterException
public CounterException(java.lang.Exception e)
- Constructor.
- Parameters:
e
- the underlying exception
CounterException
public CounterException(java.lang.Exception e,
java.lang.String sMessage)
- Constructor.
- Parameters:
e
- the underlying exceptionsMessage
- a detail message for the exception
CounterException
public CounterException(java.lang.Throwable t)
- Constructor.
- Parameters:
t
- the underlying throwable
CounterException
public CounterException(java.lang.Throwable t,
java.lang.String sMessage)
- Constructor.
- Parameters:
t
- the underlying throwablesMessage
- a detail message for the exception
CounterException
public CounterException(java.lang.Throwable t,
java.lang.String sMessage,
java.lang.String sUserMessage)
- Constructor.
- Parameters:
t
- the underlying throwablesMessage
- a detail message for the exceptionsUserMessage
- a message suitable for display to the
user
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.