ru.onego.industrial.catalog.util
Class UtilException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ru.onego.industrial.catalog.util.UtilException
All Implemented Interfaces:
java.io.Serializable

public final class UtilException
extends java.lang.Exception

Utils exception.

Version:
1.0
Author:
Lev Levin
See Also:
Serialized Form

Constructor Summary
UtilException(java.lang.String message)
          Constructs new utils exception with the given message
 
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

UtilException

public UtilException(java.lang.String message)
Constructs new utils exception with the given message

Parameters:
message - Message describing error occured