com.filenet.bso.api.collaboration.exceptions
Class TemplateNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.filenet.bso.api.util.BsoChainingRuntimeException
|
+--com.filenet.bso.api.util.BsoRuntimeException
|
+--com.filenet.bso.api.collaboration.exceptions.TemplateException
|
+--com.filenet.bso.api.collaboration.exceptions.TemplateNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class TemplateNotFoundException
- extends TemplateException
Unchecked exception thrown when a named e-mail template is not found.
- See Also:
- Serialized Form
Constructor Summary |
TemplateNotFoundException()
Constructs a TemplateNotFoundException with no specific
detail message. |
TemplateNotFoundException(java.lang.String msg)
Constructs a TemplateNotFoundException with a given
detail message. |
TemplateNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a TemplateNotFoundException with a given
detail message and the original exception. |
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 |
TemplateNotFoundException
public TemplateNotFoundException()
- Constructs a
TemplateNotFoundException
with no specific
detail message.
TemplateNotFoundException
public TemplateNotFoundException(java.lang.String msg)
- Constructs a
TemplateNotFoundException
with a given
detail message.
- Parameters:
msg
- the detail message
TemplateNotFoundException
public TemplateNotFoundException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
TemplateNotFoundException
with a given
detail message and the original exception.
- Parameters:
msg
- the detail messagecause
- the original exception. Null
for this
parameter is the same as no original exception.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.