net.sf.jzeno.exception
Class ManagedRuntimeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
net.sf.jzeno.exception.ManagedRuntimeException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - DeadlockException, IntegrityViolationException, InternalServerException, LexerException, NavigationErrorException, OptimisticLockException, ParseException
 
public class ManagedRuntimeException
- extends java.lang.RuntimeException
 
Base class for all runtime exceptions in jzeno. Implements automatic logging
 of the exception.
- See Also:
 - Serialized Form
 
 
 
| 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 | 
 
ManagedRuntimeException
public ManagedRuntimeException()
ManagedRuntimeException
public ManagedRuntimeException(java.lang.String message)
ManagedRuntimeException
public ManagedRuntimeException(java.lang.Throwable cause)
ManagedRuntimeException
public ManagedRuntimeException(java.lang.String message,
                               java.lang.Throwable cause)
causedByManagedException
public static boolean causedByManagedException(java.lang.Throwable t)