org.castor.cache
Class CacheAcquireException
Exception
org.castor.cache.CacheAcquireException
public class CacheAcquireException
extends Exception
Exception that indicates that a performance cache instance can not be acquired.
$Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Throwable | getCause() - Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
|
void | printStackTrace() - Print a stack trace to stderr.
|
void | printStackTrace(PrintStream s) - Print a stack trace to the specified PrintStream.
|
void | printStackTrace(PrintWriter w) - Print a stack trace to the specified PrintWriter.
|
CacheAcquireException
public CacheAcquireException(String message)
Creates an instance of CacheAcquireException.
message
- An error message.
CacheAcquireException
public CacheAcquireException(String message,
Throwable cause)
Creates an instance of CacheAcquireException Exception.
message
- An error message.cause
- The original exception that caused the problem.
getCause
public final Throwable getCause()
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
- The throwable cause of this exception.
printStackTrace
public final void printStackTrace()
Print a stack trace to stderr.
printStackTrace
public final void printStackTrace(PrintStream s)
Print a stack trace to the specified PrintStream.
s
- The PrintStream to print a stack trace to.
printStackTrace
public final void printStackTrace(PrintWriter w)
Print a stack trace to the specified PrintWriter.
w
- The PrintWriter to print a stack trace to.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com