Skip navigation links


com.fatwire.cs.core.event
Class EventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fatwire.cs.core.event.EventException

All Implemented Interfaces:
java.io.Serializable

public class EventException
extends java.lang.Exception

Abstraction specific Exception for Event management

See Also:
Serialized Form

Constructor Summary
EventException(java.lang.String msg)
           
EventException(java.lang.String msg, java.lang.Throwable t)
           
EventException(java.lang.Throwable t)
           

 

Method Summary

 

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

 

Constructor Detail

EventException

public EventException(java.lang.String msg)

EventException

public EventException(java.lang.Throwable t)

EventException

public EventException(java.lang.String msg,
                      java.lang.Throwable t)

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.