org.codelabor.system.file.exception
Class InvalidRepositoryTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codelabor.system.file.exception.InvalidRepositoryTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRepositoryTypeException
extends java.lang.Exception

유효하지 않은 파일 업로드 방식 예외

Author:
Shin Sang-jae
See Also:
Serialized Form

Constructor Summary
InvalidRepositoryTypeException()
          생성자
InvalidRepositoryTypeException(java.lang.String message)
          생성자
InvalidRepositoryTypeException(java.lang.String message, java.lang.Throwable cause)
          생성자
InvalidRepositoryTypeException(java.lang.Throwable cause)
          생성자
 
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

InvalidRepositoryTypeException

public InvalidRepositoryTypeException()
생성자


InvalidRepositoryTypeException

public InvalidRepositoryTypeException(java.lang.String message,
                                      java.lang.Throwable cause)
생성자

Parameters:
message - 메시지
cause - 원인

InvalidRepositoryTypeException

public InvalidRepositoryTypeException(java.lang.String message)
생성자

Parameters:
message - 메시지

InvalidRepositoryTypeException

public InvalidRepositoryTypeException(java.lang.Throwable cause)
생성자

Parameters:
cause - 원인


Copyright © 2011 CODELABOR. All Rights Reserved.